Use this page after updating config/database.php with your Afrihost MySQL database details. For normal local testing, leave MySQL fields blank and the app will stay on SQLite or JSON fallback.
| Driver | auto |
| MySQL Host | |
| MySQL Port | 3306 |
| Database | |
| Username | |
| Password | (empty) |
| Charset | utf8mb4 |
If the storage mode above says MYSQL, clicking the button below will create the required tables (if they do not exist) and seed the demo data.
config/database.php and set 'driver' => 'mysql'./setup.php.