Make sure MySQL is running
prompt:~> mysqlshow
+-----------+
| Databases |
+-----------+
| mysql     |
| test      |
+-----------+
Or with the latest PHP
<? echo mysql_stat() ?>
Output