Databases
Some plugins and mods store data in a MySQL database. You can create one from the panel.
Create a database
Section titled “Create a database”- Open Databases in the left menu.
- Press New Database.
- Enter a name, and set Connections From. The default
%means any address can connect. - Save.
The panel shows the database’s endpoint (host and port), the username, the password, and a ready-made connection string. Copy them into your plugin’s configuration.
How many can I create?
Section titled “How many can I create?”The number of databases depends on your plan. The page shows how many you have used. To see your limit, open your service in the client area and look under Provisioning Limits.
Change the password
Section titled “Change the password”Use the rotate-password button on the database. Update the password in your plugin’s configuration afterwards, or the plugin will stop connecting.
Delete a database
Section titled “Delete a database”Use the delete button on the database. This removes it and everything in it, so back up anything you need first.
Can I connect from outside?
Section titled “Can I connect from outside?”The endpoint shown on the page is the address to use. Connecting from your own computer only works if that address is reachable from where you are, and Connections From allows your address. If you cannot connect, open a ticket. See Contact support.