Hyper Layer Game Panel | How to create a database in the MySQL manager
In this guide, we will walk you through the process of creating a MySQL database using the MySQL manager in our game control panel.
- Log in to the game control panel at https://gamecp.hyperlayer.net/.
- Click on the MySQL manager option.
- By default, you can create one
(1)
MySQL database per deployed server.
if you have five (5)
Minecraft servers with us, you can create five (5)
MySQL databases.
- Enter a name for your database (can be anything), select your service, and click on the
Create
button.
- You will now see the
DB host
,database name
,database user
, anddatabase password
displayed.
The port for our MySQL servers is always 3306
.
Right-click on each field to copy the information
- To access PHPMyAdmin, simply click on the PHPMyAdmin button.
- Use the
database user
anddatabase password
from the previous step to log in to PHPMyAdmin.
- Once logged in, you will see your database listed on the left-hand side.
- That's all there is to creating a database on Hyper Layer—quick and simple!
If you want to learn how to delete database tables in phpMyAdmin, click here for a detailed guide on the process. Mastering this skill will enable you to efficiently manage your database and keep it organized.
if you experience any issues with deleting a database in the MySQL manager, it may be an intermittent bug. As of May 5th, 2023
, we have addressed the issue. However, if the error persists, please log a ticket with us or reach out on our Discord for further assistance.