C:\> mysql -uroot -phaso
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 75
Server version: 5.0.37 MySQL Community Server (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> show databases;
+--------------+
| Database     |
+--------------+
| authority    |
| best         |
| jsf          |
| marakana_cms |
| mysql        |
| northwind    |
| test         |
+--------------+
7 rows in set (0.69 sec)
mysql>
