We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e5dff commit 3cae56dCopy full SHA for 3cae56d
sql-queries-10/optimize-all-tables-mysql/optimize-all-tables-with-mysqlcheck.cmd
@@ -1,7 +1,7 @@
1
-$ mysqlcheck -u root -o university
+$ mysqlcheck -u root -o University
2
3
-$ mysqlcheck -u root -o university_myisam
+$ mysqlcheck -u root -o University_myisam
4
5
-$ mysqlcheck -u root -o --databases university university_myisam
+$ mysqlcheck -u root -o --databases University University_myisam
6
7
$ mysqlcheck -u root -o --all-databases
0 commit comments