Problem Installing JSS on Lion Server

barber
New Contributor

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!

1 ACCEPTED SOLUTION

Matt_D
New Contributor II

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

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

View solution in original post

4 REPLIES 4

karthikeyan_mac
Valued Contributor

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

barber
New Contributor

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

Matt_D
New Contributor II

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

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

barber
New Contributor

You star