MySQL

Administration of MySQL database
Manage your MySQL database via phpMyAdmin at mysql.simply.com or with Workbench/HeidiSQL, remote access on port 3306 without IP restrictions.
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.