Skip to main content

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:

  1. Create Database — create a new database.
  2. Create User — create a database user along with its password.
  3. Grant All Access — grant full access rights to a specific database.
NEED A MORE PRACTICAL WAY?

If you just need a ready-to-use database (user and password created automatically), use the Databases (Control Panel) menu.

REQUIREMENTS BEFORE YOU START
  • 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

  1. Open the Raznar Game Panel then log in using your account.
  2. Select the server you want to manage from the server list.

Panel View

Step 2: Open the Database GUI Menu

  1. Look at the sidebar on the left side of the screen.
  2. Find the Database menu group, then click Database GUI.
  3. Once it opens, you will see two main tabs:
    • Users — for managing database users.
    • Databases — for managing databases.

Database GUI Menu

NEED MORE COMPLETE FEATURES?

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: