Create a MySQL database management system
A database management system (DBMS) is a software package designed to define, manipulate, retrieve, and manage data in a database. For more information please refer to the article Create a database.
Perform the following steps to create a new MySQL DBMS server:
- Go to Main menu→ Database servers → Create server.
- Enter the Name.
- Select "MySQL" in the Type field.
-
In the Action field, select one of the options:
- Connect to existing server - connect to a MySQL DBMS already installed on a local or remote machine;
- Install <server version> - installing an alternative version of the MySQL engine DBMS on your server.
Note!Installing an alternate DBMS is not supported for all virtualized types. Please see the instruction. - Specify the DBMS administrator account in the Username field. The recommended user name is "root".
- Enter the user Password to access the DBMS. Use the upper and lower-case letters, digits, special symbols (such as @, ?, %) to set a strong password.
- Enter the Server IP address as a domain or ip address. For a local one, use localhost or 127.0.0.1.
- Enable the option Remote access to allow remote connections to the DBMS.
- Click Create.