Introduction to Database GUI
Database GUI is a feature in the Game Panel that lets you manage databases (MySQL/MariaDB) directly from the panel — so you no longer need to open a third-party application just to create a database or set up a user.
Through this menu you can do three main things:
- Create Database — create a new database.
- Create User — create a database user along with its password.
- Grant All Access — grant full access rights to a specific database.
If you just need a ready-to-use database (user and password created automatically), use the Databases (Control Panel) menu.
- The Database GUI feature is only available on a dedicated database server.
- The Database GUI feature must already be active on your server.
- The server must be Online, because every database command is sent and executed through the server console.
Step 1: Log In to the Game Panel
- Open the Raznar Game Panel then log in using your account.
- Select the server you want to manage from the server list.
Step 2: Open the Database GUI Menu
- Look at the sidebar on the left side of the screen.
- Find the Database menu group, then click Database GUI.
- Once it opens, you will see two main tabs:
- Users — for managing database users.
- Databases — for managing databases.
The panel recommends using an application such as HeidiSQL for advanced needs like import/export, editing tables, and running queries directly. The credentials you create in Database GUI can be used directly in that application.
The complete guide is available at HeidiSQL: Connect to a Database · Creating a Database · Backup · Import / Restore · Delete Database
Where to Go Next?
After entering the Database GUI menu, continue to the following guides:
- Create Database — create a new database.
- Create User — create a database user.
- Grant All Access — grant full access rights to a user.