Frustrating commands I forget when I periodically have to access MySql through Terminal and haven’t in a while…
Opening MySql from Terminal in my Mac OSX 10.6 Setup
/usr/local/mysql/bin/mysql -u root -p
Creating user:
mysql> CREATE USER 'username'@'localhost' IDENTIFIED BY 'password';
Lot’s of Mysql command info:
http://www.comentum.com/mysql-administration.html
