Databases
WordPress stores all your content, users, and settings in a database — posts, pages, comments, and configuration data. Managing this database gives you control over how that information is stored and accessed.
Create a database
If you use our automated WordPress installer, a database is created and configured for you automatically.
- Click Add Database in the top-right corner of the panel.
- Enter a unique name for the database.
- (Optional) Create a new database user or assign existing users and permissions.
- Click Add. Your database will appear in the list.
Manage a database
To manage your data directly, open the database list, select your database, and click phpMyAdmin.
phpMyAdmin is an advanced tool — recommended for experienced users only. Incorrect changes can break your site. Make sure your site has been working correctly within the last 24 hours before editing the database. If something goes wrong, use the backup feature to restore it.
Manage users
- Select your database from the list.
- Under Database Users, click Add Database User.
- Select an existing user from the dropdown or create a new one.
- Set specific privileges or grant Full Access.
Import an SQL file
Supported formats: .sql, .gz, .zip. Maximum upload size: 500 MB.
- Click the Upload icon.
- Select the SQL file from your computer and confirm.
Export an SQL file
Exports are downloaded as a compressed .sql.gz file.
- Select your database.
- Click Download to generate and save the export.
Periodic manual exports are a good extra safety net alongside our automated backups.
Database user management
Database users interact with your data based on privileges — you decide whether they can only read data, or also insert, modify, or delete records.
Add a new user
- Click Add User in the top-right corner of the Users section.
- Set a secure username and password.
- Under Database Access, choose whether the user can access all databases or just a specific one.
- Toggle All Database Privileges or select specific roles.
- Click Add to save.
Edit privileges or revoke access
- Go to the Users tab.
- Find the user and click the kebab menu (three vertical dots) on the right of their row.
- Choose Edit Privileges to adjust permissions, or Revoke Access to remove the user from a database.
- To set custom rights, uncheck All Database Privileges and select specific ones (e.g.
SELECT,INSERT,UPDATE).
Delete a database or user
- Select the database or user.
- Scroll to the bottom of the management page.
- Click Delete.
This action is permanent. Once deleted, all associated data is purged from the server and cannot be recovered.
