MySQL has an OPTIMIZE TABLE command which can be used to reclaim unused space in a MySQL install. Is there a way (built-in command or common stored procedure) to run this optimization for every table in the database and/or server install, or is this something you'd have to script up yourself?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can use One database:
All databases:
|
|||||||||
|
|
Following example php script can help you to optimize all tables in your database
|
|||||||||||||||
|
|
The Just select your schema and press the Since the GUI Tools are EOL they are hard to find on the mysql page. Found them via google: http://dev.mysql.com/downloads/gui-tools/5.0.html I don't know if the new MySQL Workbench can do that, too. And you can use the |
|||
|
|