- PHP
- MySQL or MariaDB
Create a file /config/db.ini and enter your database credentials in the following format:
hostname=your_hostname
databasename=your_databasename
username=your_username
password=your_passwordImport all SQL files from the database directory into your database:
mysql -u your_username -p your_databasename < /path/to/database/file.sqlTransfer all files to your server.
Schedule maintainDatabase.php in order to find and repair table corruption, update index statistics, and reduce index and data fragmentation.