Database Backup
Synopsis
This feature allows you to take an instant “dump” of the database and save as a file to your computer hard-disk or other storage device.
Backup Procedure
1. Select the type of compression you wish to receive the file in:

2. Click backup and select a destination for the file. The name is pre-defined in the format “ec_db_ddmmyy.sql” but can be changed to suit your requirements though the extension .sql should be retained for identification purpose.
The file can be opened in a text editor, if desired. This might be useful when recovering single items of data, for example when a member accidentally deletes an advert.
The estimated uncompressed size of the backup file is shown for your information.
![]()
1. More database backup techniques are discussed here.
Optimizing the database tables
There is also an option to optimize the database tables manually.
Table optimization is recommended especially where fields of variable lengths are used. As these types of records are updated, inserted or deleted they will take up the same amount of space so data gets fragmented, just like on a hard-disk. This will eventually cause MySQL to slow down.
However, this process is normally carried out automatically by the built-in cron job.









