Database Utilities

The Welcome Home Database offers several utilities to help manage your database.

These utilities are found here:

Database Utilities

To optimize your database, select this option. This performs the CodeIgnitor function:

$this->dbutil->optimize_database()

Database Utilities

Database Utilities

It is recommended that you periodically back up your database. Daily is good! To back up your database

Database Utilities

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.

Database Utilities