Skip to content

Commit 94ef287

Browse files
authored
Create optimize-all-tables-with-mysqlcheck.cmd
1 parent 99f1cb1 commit 94ef287

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
$ mysqlcheck -u root -o university
2+
3+
$ mysqlcheck -u root -o university_myisam
4+
5+
$ mysqlcheck -u root -o --databases university university_myisam
6+
7+
$ mysqlcheck -u root -o --all-databases

0 commit comments

Comments
 (0)