From f67a4012c54515ef8c94d0458b5f745c8f52b228 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Sat, 26 Jan 2013 20:08:30 +0100 Subject: [PATCH] edited README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;