Database Utilities
The Welcome Home Database offers several utilities to help manage your database.
These utilities are found here:
To optimize your database, select this option. This performs the CodeIgnitor function:
$this->dbutil->optimize_database()
It is recommended that you periodically back up your database. Daily is good! To back up your database
The backup feature will create a SQL file that you will download to your computer. The backup is date/time stamped. In the event of a database crash, you can restore your database from this file. The default options are recommended.