edited README.md

This commit is contained in:
Michael Clemens 2013-01-26 20:10:08 +01:00
parent f67a4012c5
commit ee18e09c9a
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ mysql> quit</pre>
* Import the default tsmmonitor database (e.g. with MySQL):<pre>shell> mysql --user=root --password tsmmonitor < scripts/tsmmonitor.sql</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): * Verify the database was successfully imported (e.g. with MySQL):
<pre>shell> mysql --user=root --password tsmmonitor <pre>shell> mysql --user=root --password tsmmonitor
mysql> SHOW TABLES; mysql> SHOW TABLES;