mac os x mysql command line: I have to enter this terminal code to start... ...command line, how can I...please read? the code I have to enter in Terminal to start mysql is:
/usr/local/mysql/bin/mysql
Is there a way to shorten this so I don't have to write that every time I start Terminal? I know that by running the lines:
alias mysql=/usr/local/mysql/bin/mysql
mysql
that it will start up mysql, but it won't save that for the next time I open it.
If you are familiar with this stuff, please help!!! |