phpMyAdmin MySQL DB Setup
To ensure the admin panel functions correctly and can fetch application usage data and configure settings, you need to set up a MySQL 5.7 database.
Last updated
To ensure the admin panel functions correctly and can fetch application usage data and configure settings, you need to set up a MySQL 5.7 database.
Last updated
Log in to phpMyAdmin.
Click on the "New" button to create a new database.
Enter a name for the database, select utf8_general_ci
as the collation, and click the "Create" button.
Ensure you have a database user with access to the newly created database. If not, create one with all necessary permissions and set a password.
To avoid issues with database setup, ensure that the new database uses InnoDB as the storage engine.
Return to the Install process and enter your newly created database credentials. If using local server, you can set database host to localhost, and for mysql port use 3306