Skip to main content
Version: 2.0.10

MySQL

📄️Databases

MySQL Databases page listing databases with their assigned users and action buttons

📄️MySQL Users

This section lists all your MySQL users and offers options to reset a user's password or delete a user.

📄️Database Wizard

Database Wizard with steps to create a database, create a user with a password, and a preview of the GRANT statement

📄️phpMyAdmin

phpMyAdmin is an advanced MySQL database management tool and is recommended only for experienced users.

📄️Create Database

Easily create a new MySQL database in just a few clicks. Databases are essential for storing, organizing, and retrieving data for your applications and websites.

📄️Show Processes

This interface displays all currently active MySQL queries (connections).

📄️Import

Import tables into a MySQL database using a .sql export file. This feature is useful for restoring backups, migrating data, or setting up initial database structures.

📄️Create User

Easily create a new MySQL user in just a few clicks. Users are used for interacting with databases or the MySQL server.

📄️Remote MySQL

Remote Access page showing remote access as Disabled with the Enable Remote Database Access button

📄️Assign User to DB

Assign a MySQL user to an existing database to grant permissions for executing queries, modifying tables, and managing data.

📄️Remove User from DB

Remove a MySQL user from an existing database to revoke their permissions and prevent access to execute queries, modify tables, or manage data.

📄️Change Root Password

This page lets you change the MySQL/MariaDB root user's password for your account's database service.

📄️Configuration

The MySQL Configuration page lets you edit low-level my.cnf settings for your database service, without needing terminal access.