Posted on 03-06-2012 01:32 AM
This one has stumped me all yesterday. I've got a lion server, following the documentation on migrating to Lion on an i7. Anyway i've downloaded the latest SQL community installer from the website (mysql-5.5.21-osx10.6-x86_64.dmg) and run it following all the instructions. GUI says SQL running go to terminal and mysql command can't be found. In retrospect have i used the wrong SQL installer but is there one available for 10.7 as that was the latest on the site??? Confused!
Solved! Go to Solution.
Posted on 03-06-2012 03:01 AM
There is a missing beginning / at the beginning of the command line mentioned by K
Try :
/usr/local/mysql/bin/mysql
Posted on 03-06-2012 02:27 AM
Hi,
On Mac OS X 10.7 or later, the default path for MySQL is /usr/local/mysql/bin/.
Instead of just mysql, try
usr/local/mysql/bin/mysqlin terminal.
Regards,
Karthikeyan M
Posted on 03-06-2012 02:53 AM
Tried that and just getting not found. I've updated to 10.7.3 btw
Posted on 03-06-2012 03:01 AM
There is a missing beginning / at the beginning of the command line mentioned by K
Try :
/usr/local/mysql/bin/mysql
Posted on 03-06-2012 03:02 AM
You star