I have installed MySQL package and started MySQL from the preferences pane, open up terminal and typed sql --help and it doesn't know that MySQL is there: ~bash bad command. Do I have to change some reference ? Also is there a place to enter the password when you first start up as nothing has happened that I can see. I have tried the sql -u root -p; and it doesn't recognise the command.

Thanks.

link|improve this question

72% accept rate
3  
Isn't the client called 'mysql' rather than 'sql'? – martin clayton Oct 17 '11 at 10:25
feedback

1 Answer

You need to run the mysql client binary - it'll put you in a different "shell" where you can type in your SQL.

link|improve this answer
How do I run that. – StudentRik Oct 17 '11 at 10:38
Open Terminal, go to where mysql is installed, and run from there, or look around for GUI applications. – cairnz Oct 17 '11 at 11:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.