🗄️ Connect to a gaming server database (HeidiSQL)#
This guide explains how to access your LibraHost gaming server database with HeidiSQL.
1️⃣ Prerequisites#
- Database connection credentials (host, username, password, port)
- HeidiSQL installed on your computer (download here)
2️⃣ Create a new connection in HeidiSQL#
- Open HeidiSQL.
- Click on New session.
- Fill in the fields:
- Type: MySQL/MariaDB
- Host/IP: server address (often your VPS IP or the provided address)
- Username: provided by LibraHost or created in Pterodactyl
- Password: provided by LibraHost or created in Pterodactyl
- Port: 3306 (by default)
- Click on Connect.
3️⃣ Tips#
- Only open port 3306 if necessary and limit access by IP.
- Never share your credentials.