Database management in CyberPanel
A step-by-step guide to creating and administering databases in CyberPanel.
CyberPanel utilizes a combination of MariaDB and the phpMyAdmin web interface to deliver high performance and ease of data management. The system allows you to quickly create databases, manage users, and perform import/export operations through an intuitive graphical interface.
Official Database Documentation →
Creating a database
To create a new database for your project, follow these steps:
- In the left-hand sidebar, go to Databases → Create Database.
- Select the website (Select Website) to which the database will be linked.
- Enter the Database Name and Database User (keep in mind the automatic prefix based on your domain).
- Provide a strong Password or use the built-in generator.
- Click the
Create Databasebutton.
Database creation interface in CyberPanel
Don't have a VPS yet?
Fornex offers VPS hosting with full root access, and 24/7 support. Get a stable server with NVMe disks for fast and reliable operation. Find more details on the Fornex VPS page.
Working with phpMyAdmin
For direct table management, executing SQL queries, or editing records, CyberPanel comes with phpMyAdmin pre-installed:
- Navigate to Databases → PHPMyAdmin.
- The system will automatically redirect you to the database management interface. You won't need to re-enter your credentials, as the panel uses Single Sign-On (SSO) technology.
If you plan to import a large database dump via phpMyAdmin, ensure the file size does not exceed the upload_max_filesize limits set in your PHP configuration.
Accessing the phpMyAdmin interface in CyberPanel
Deleting and changing passwords
If you need to revoke access or update credentials:
- Use the
Delete Databasesection to completely remove a database and its associated users. - The
List Databasessection allows you to view all databases for a specific site and quickly manage them. - Click
Manageto authorize remote connections to the database from a specific IP address.
Database list in CyberPanel
Help
If you have any questions or need assistance, please contact us through the ticket system — we're always here to help!