edited README.md

This commit is contained in:
Michael Clemens 2013-01-26 20:08:30 +01:00
parent 6f7097be98
commit f67a4012c5

View File

@ -68,7 +68,9 @@ mysql> SHOW DATABASES;
3 rows in set (0.00 sec)
mysql> quit</pre>
* Import the default tsmmonitor database (e.g. with MySQL):<pre>shell> mysql --user=root --password tsmmonitor < scripts/tsmmonitor.sql</pre> Verify the database was successfully imported (e.g. with MySQL):
* Import the default tsmmonitor database (e.g. with MySQL):<pre>shell> mysql --user=root --password tsmmonitor < scripts/tsmmonitor.sql</pre>
Verify the database was successfully imported (e.g. with MySQL):
<pre>shell> mysql --user=root --password tsmmonitor
mysql> SHOW TABLES;