Creating a database
- Click New Database.
- Choose a name (used as a suffix - the full DB name will be prefixed with your server ID, e.g.
s12_yourname). - Optionally restrict the connection from field to a specific IP. Leave as
%to allow any host. - Click Create Database.
- Endpoint - hostname and port to connect to.
- Connections from - the IP/host allowlist.
- Username
- Password (click the eye icon to reveal)
- JDBC connection string
Rotating the password
Click the refresh icon next to the password to generate a new one. The old password is immediately invalidated - update any application configs before the next restart.Limits
The number of databases per server depends on your plan. If you hit the limit, open a ticket and we’ll size you up - no upsell games.Managing your database with phpMyAdmin
Every Lumix Solutions database is reachable through our hosted phpMyAdmin at db.lumixsolutions.org. Sign in with the Username and Password shown on the Databases tab to browse tables, run queries, and import/export dumps from the browser.Connecting from your game server
Connection syntax varies by game and framework. Rather than duplicate every example here, see the game-specific guide for your stack:- FiveM - see the FiveM page for
mysql-async/oxmysql/txadminsetup. - Minecraft - see the Minecraft page for plugin
config.ymlexamples. - Other games and apps - check the matching page under Games or Applications.

