MySQL DatabasesView a list of your MySQL users and the databases they are associated with.You can use the MySQL Databases section of the hosting Control Panel to manage your MySQL databases, users, and their privileges via four tabs - Databases, MySQL users, Privileges, and Database Converter. Each of these tabs allows you to perform different actions:
DatabasesThe Databases section shows a list of your databases and the MySQL users associated with them. It also allows you to apply the following changes: Create a database
Access phpMyAdminThe phpMyAdmin program is available on the server, and you can use it to manage your databases. You can log in through the phpMyAdmin section of the hosting Control Panel or by using the phpMyAdmin link from the MySQL Databases section. Detailed information on using the phpMyAdmin program is available in the Using phpMyAdmin section of our online documentation. Note: There are separate phpMyAdmin programs for MySQL 5 and MySQL 8, so you cannot manage MySQL 5 databases if you are logged in the phpMyAdmin program for MySQL 8. Import a MySQL dump into a databaseThere are two ways of importing MySQL dumps through the hosting Control Panel: Using the Import WizardTo import a database through the Import Wizard, please follow the steps:
Using phpMyAdminTo import a database through phpMyAdmin, please follow the steps:
Export a MySQL dump from a databaseHere are the three easiest ways to export the SQL dump/schema file of a database:
Exporting a database via the MySQL Databases section of the hosting Control PanelIf you wish to export your database via the MySQL Databases section of the hosting Control Panel, follow these steps:
You can check the status of the export operation in the Activity Logs section, reachable by the Exporting a database through phpMyAdminYou can find step-by-step instructions on how to export a database through phpMyAdmin in our Exporting a database using phpMyAdmin article. Exporting a database via the Backup section of the hosting Control PanelYou can use the Backup section of the hosting Control Panel to create a backup of all your MySQL databases. Detailed information on using the Backup section is available in our Backup article. Delete a databaseTo delete a database, please follow these steps:
MySQL usersThe MySQL Users section shows a list of your MySQL users and the databases they are associated with. It also allows you to apply the following changes: Add a MySQL userTo create a MySQL user, please follow these steps:
Change the password for a MySQL userTo change the password of a MySQL user, please follow these steps:
Enable remote connections for a MySQL userBy default, all created MySQL users are allowed to access the MySQL server locally through a script that runs on the server. In case you need to access your database using an application installed on your computer (e.g. NaviCat, MySQL Front, MySQL Control Center, or Query Browser), you need to allow remote connections for the respective MySQL user. On our servers, remote access is enabled per MySQL user, so when you enable remote connections for a MySQL user, this MySQL user will be able to connect remotely to all databases it is associated with. To enable remote connections for a MySQL user, follow these steps:
The MySQL connection details are listed in the MySQL Connection Settings table. Note: If you are using views in your MySQL databases, enabling/disabling remote connections for your master MySQL user may lead to problems with them, due to the change of the type of access. Therefore, in case you have MySQL views in any of your databases, it is strongly recommended that you use a separate MySQL user for remote connections. Delete a MySQL userTo delete a MySQL user, please follow these steps:
PrivilegesHere, you can control what priviliges are assigned to your MySQL users. Grant database privileges to a MySQL userTo allow a MySQL user access to a database, please follow these steps:
Database ConverterThe Database converter tab on the MySQL Databases page of the hosting Control Panel allows you to convert your existing MySQL 5 databases to MySQL 8. The converter automatically takes care of creating the same MySQL 8 database, usernames, and assigned privileges, making it easy to upgrade your applications to use MySQL 8. Convert a MySQL 5 database to MySQL 8To convert a MySQL 5 database to MySQL 8, please follow the steps:
You can use the Search button in the Database name search tab to find configuration files containing your database. This will help you to easily update them with the new details. |