I've got a vanilla install of XAMPP in OS X. How can I access the mysql command line tool? I've tried typing "mysql" at the command line, and it spits back "-bash: mysql: command not found".
|
XAMPP is installed in Mac OS X in the following directory:
You can look what's inside that directory and run mysql command line tool providing the full path to it:
If you need, you can modify your PATH environment variable to include XAMPP binaries and you won't need to specify the whole path all the time. |
|||
|
|
|
Before using the
Then you will be able to use the commands To shut it down, run
and to restart just use
Very intuitive. |
||||
|
|
That is all, isn't easy!! |
||||
|
|