mirror of
https://codeberg.org/mclemens/tsmmonitor2.git
synced 2024-11-17 22:36:10 -05:00
edited README.md
This commit is contained in:
parent
6f7097be98
commit
f67a4012c5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user