MySQL database

Questions

Answers

How to create a MySQL database?

  1. Go to the "Server Control Panel".
  2. Go to Databases and click Create.
  3. In the window that appears, fill in the required fields and click OK.
  4. Done. The database has been created and can be used.

What password, username and server name should I specify to work with MySQL?

To connect to the MySQL database (including to log in to phpMyAdmin), you must enter the username and password that you specified when creating the database.

As a database server, you must use the server selected in the Database Type field when creating the database.