📝Create and access your database
Step-by-step guide to create a MySQL database on Oxygenserv and connect via phpMyAdmin or a client.
Objective
Create a database on Oxygenserv. Retrieve the credentials. Connect via phpMyAdmin or a client.
Step-by-step guide
Create a database
Click on Create a database.

Give a name to your database, then click Create.
Retrieve the connection information
In the list you will find:
Database name
IP Address
Port
Username
Password (click it to show)
Do not share your database credentials.
Connect with phpMyAdmin (manual)
Open: https://phpmyadmin.oxygenserv.com/

Fill in:
Username
Password
Server (the host shown on the dashboard)
Connect with “auto login”
The dashboard offers a quick connection, click Access phpMyAdmin. You are connected without retyping the credentials.
Common issues
Access denied / invalid credentials : retype the dashboard username and password.
Incorrect server : in phpMyAdmin, the field Server must be theMySQL host provided (not the IP of your game server).
FAQ
Where to find the MySQL username, password and host?
Dashboard → Databases → database details.
What should I put in “Server” on phpMyAdmin?
Thehost shown on the dashboard (MySQL server). This is not necessarily the IP of your game server.
Can I connect with external software (HeidiSQL, Navicat)?
Yes. Use host + port + username + password + database name.
Last updated