Skip to main content
Answer

Problem Installing JSS on Lion Server

  • March 6, 2012
  • 4 replies
  • 17 views

Forum|alt.badge.img+4

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!

Best answer by Rhapsodyfx

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

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

4 replies

karthikeyan_mac
Forum|alt.badge.img+18

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


Forum|alt.badge.img+4
  • Author
  • Contributor
  • March 6, 2012

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


Forum|alt.badge.img+5
  • New Contributor
  • Answer
  • March 6, 2012

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

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


Forum|alt.badge.img+4
  • Author
  • Contributor
  • March 6, 2012

You star