<!-- TITLE: Backup --> <form method=post> You can generate a backup of the current tables by clicking the backup button below, the output generated can be restored using mysql program <br /> Example: mysql -u root -p databasename < output_saved_as.sql <br /> If your database is large, it is recommended that you use the mysqldump utility (via the MySQL command line interface). <br /> <br /> Estimated file size (uncompressed): <b>##db_size## kb</b> <br /> Please select desired compression <br /> <br /> <input type=radio name=f_type value=txt checked> No compression<br /> <!-- TPL_INSERT : row --> <!-- TPL_CELL : def --> <input type=radio name=f_type value="##label##"> "##label##" <br /> <!-- /TPL_CELL : def --> <!-- /TPL_INSERT : row --> <br /> <input type=submit value="Backup" class="button" name=go> </form> Additionally, you can also optimize/repair the MySQL tables by clicking the Optimize/Repair Tables button. <form method=post> <input type=hidden name=act value=optimize> <input type=submit value="Optimize/Repair Tables" class="button"> </form>