Skip to content

Commit 3cae56d

Browse files
authored
Update optimize-all-tables-with-mysqlcheck.cmd
1 parent 75e5dff commit 3cae56d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
$ mysqlcheck -u root -o university
1+
$ mysqlcheck -u root -o University
22

3-
$ mysqlcheck -u root -o university_myisam
3+
$ mysqlcheck -u root -o University_myisam
44

5-
$ mysqlcheck -u root -o --databases university university_myisam
5+
$ mysqlcheck -u root -o --databases University University_myisam
66

77
$ mysqlcheck -u root -o --all-databases

0 commit comments

Comments
 (0)