I just installed MySql on a mac successfully and according to the website, I should enter the following commands in the terminal to get started:
cd /usr/local/mysql
sudo ./bin/mysqld_safe
I entered the commands and on my MySQLPrefs panel it shows that the MySql server is running but nothing else happens on my terminal. It just shows
Starting mysqld daemon with databases from /usr/local/mysql-5.5.28-osx10.6-x86/data
I know this is a dumb question but what am I supposed to do now?
To start MySQL command line interface:
I think mysql on a mac atuomatically enables root access without password. If you want to change your password, check this link: http://www.cyberciti.biz/faq/mysql-change-root-password/
If you want to simply write
mysqlon your shell prompt, then edit your.bash_profilefile and add the following line at the end: