Create MySQL Database


To create a new MySQL database:

  1. Log into the desired user account.
  2. Navigate to Databases > MySQL Databases.
  3. Click on the "Create a New Database" button on this page.
  4. This will trigger a pop-up window asking for the name of a new database (see screenshots below).
  5. Add a name and click "Save Changes" button to create this database.
Remember:
MySQL database name is saved using the following format "AccountUsername_NameEntered" e.g., if your user account's username is "test" and you enter the MySQL database name as "ExampleDB", then the name of this MySQL database will be "test_ExampleDB".

To delete MySQL database:

  1. Navigate to Databases > MySQL Databases.
  2. Click the trash bin () icon next to the database listed that you want to remove/delete.
  3. Carefully read the popup message and click the "Yes, I'm sure" button to confirm the deletion. This will permanently delete the database and all the data associated with it.

Screenshots

Create MySQL Database

Manage MySQL databases with ZesleCP

Create MySQL database with ZesleCP