Skip to main content

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.

  1. Log in to the game control panel at https://gamecp.hyperlayer.net/.
  2. Click on the MySQL manager option.

  1. By default, you can create one (1) MySQL database per deployed server.
example

if you have five (5) Minecraft servers with us, you can create five (5) MySQL databases.

  1. Enter a name for your database (can be anything), select your service, and click on the Create button.

  1. You will now see the DB host, database name, database user, and database password displayed.

note

The port for our MySQL servers is always 3306.

tip

Right-click on each field to copy the information

  1. To access PHPMyAdmin, simply click on the PHPMyAdmin button.

  1. Use the database user and database password from the previous step to log in to PHPMyAdmin.

  1. Once logged in, you will see your database listed on the left-hand side.

  1. That's all there is to creating a database on Hyper Layer—quick and simple!
tip

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.

note

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.