Skip to main content

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!

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/mysql

in terminal.



Regards,
Karthikeyan M


Tried that and just getting not found. I've updated to 10.7.3 btw


There is a missing beginning / at the beginning of the command line mentioned by K



Try :
/usr/local/mysql/bin/mysql


You star