Tuesday, August 5, 2008

MySQL How-to's

Q:How to connect as root to the MySQL Monitor
mysql -u root -p

Q:How to find out what databases currently exist

mysql> SHOW DATABASES;

No comments: