Posts from July 2012

Git not working after installing Mountain Lion

Hi guys, If you’re having problems with GIT after installing Mountain Lion. You need to do the following: 1. Make sure you install and update[…]

How to import new DB dump in MAMP command lines

Here is a tip how to create and import database dump to your MAMP phpMyAdmin using Terminal command line: /Applications/MAMP/Library/bin/mysql –host=localhost -uroot -proot –default-character-set=utf8 DB-NAME[…]