MySQL

Charset and collation on a MySQL database
Use charset utf8mb4 and collation utf8mb4_unicode_ci in MySQL and change them via phpMyAdmin or ALTER commands, also remember SET NAMES for the connection.
Creating multiple MySQL databases
Multiple MySQL databases are created in the control panel, not in phpMyAdmin, and they use the same database user as the others.
Import MySQL database
Import MySQL databases via phpMyAdmin, our control panel or an external administration tool, even with large .sql files.
MySQL database administration
Manage your MySQL database via phpMyAdmin or other tools, and get external access on port 3306 without an IP whitelist.