[wp-hackers] help with optimizing MySQL

Barry Abrahamson barry at automattic.com
Sun Jan 21 23:45:33 GMT 2007


I would probably use mysqlcheck:

http://dev.mysql.com/doc/refman/4.1/en/mysqlcheck.html

You can specify -o for optimize and then specify the database name or 
specify -A for all databases.

Barry

Dr. Mike Wendell wrote:
> Greets:
> 
> I know that this is a WPMU question but I'm going to throw it out
> anyway and hope someone nibbles.
> 
> Anyone have a method of optimizing a very large amount of tables with
> a MySQL database?  Say about 8k of them?
> 
> I thought about kicking out a list of the tables into a txt file and
> then using an editor like UltraEdit to make each line into a MySQL
> command and putting the output into a PHP file and running that but I
> would rather have something I can point folks to in the WPMu forums
> and say "Do this" instead of having to explain how to come up with a
> list of table names.
> 
> Thanks,
> -drmike
> 


More information about the wp-hackers mailing list