Skip to content

Commit f590a42

Browse files
committed
fix init database in readme
1 parent 266b8d4 commit f590a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $db_name = "database";
1818
* Init database with `init/tables.sql`
1919
```ssh
2020
$ mysql -h hostname -u username -ppassword
21-
use database;
21+
mysql> use database;
2222
mysql> source tables.sql;
2323
```
2424

0 commit comments

Comments
 (0)