MySQL databases
Create databases, users, and grant access using the hosting panel.
Create a database
- Open the hosting panel and click MySQL Databases.
- Under Create New Database, give it a short name and submit. Your final database name will be prefixed with your username (e.g.
yourname_app).
Create a database user
- Under MySQL Users, enter a username and a password of 16 characters or more.
- Click Create.
Grant the user access
- Under Add User to Database, choose the user and the database.
- Tick All Privileges for application use, then submit.
Connection settings
- Host:
localhost(from inside your account) - Database:
yourname_app - User:
yourname_dbuser - Port: 3306