Posts Tagged ‘optimize’
17th December
2009
The following command will optimize all databases in mysql (excpect those that don't support it due to their storage engine).
mysqlcheck -Aao
You can throw the
--auto-repair
flag in if you are brave.
0 Comments