zizhost
Databases

MySQL databases

Create databases, users, and grant access using the hosting panel.


Create a database

  1. Open the hosting panel and click MySQL Databases.
  2. 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

  1. Under MySQL Users, enter a username and a password of 16 characters or more.
  2. Click Create.

Grant the user access

  1. Under Add User to Database, choose the user and the database.
  2. Tick All Privileges for application use, then submit.

Connection settings

  • Host: localhost (from inside your account)
  • Database: yourname_app
  • User: yourname_dbuser
  • Port: 3306

What to read next