diff --git a/README.md b/README.md index 8e43cdc..22f795b 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,9 @@ mysql> SHOW DATABASES; 3 rows in set (0.00 sec) mysql> quit -* Import the default tsmmonitor database (e.g. with MySQL):
shell> mysql --user=root --password tsmmonitor < scripts/tsmmonitor.sql
Verify the database was successfully imported (e.g. with MySQL): +* Import the default tsmmonitor database (e.g. with MySQL):
shell> mysql --user=root --password tsmmonitor < scripts/tsmmonitor.sql
+ +Verify the database was successfully imported (e.g. with MySQL):
shell> mysql --user=root --password tsmmonitor
 mysql> SHOW TABLES;