Hour Glass Growth OS — V2.3 MySQL Setup

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.

Detected storage mode: SQLITE

Current configuration

Driverauto
MySQL Host
MySQL Port3306
Database
Username
Password(empty)
Charsetutf8mb4

Initialize / reseed MySQL

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.

Afrihost quick steps

  1. Create the MySQL database and database user in your Afrihost/cPanel dashboard.
  2. Update config/database.php and set 'driver' => 'mysql'.
  3. Open this file in the browser: /setup.php.
  4. Click Initialize MySQL Database.
  5. Open the app and confirm the header shows Storage: MYSQL.

Open the application