Connecting remotely to MySQL Overview By default, MySQL permissions only permit same-server access for clients. This protects your database by preventing external access, but also...
Creating a database Overview Additional MySQL databases, used for storing application data, may be created quickly within the control panel via Databases >...
Database appears in MySQL Manager, but not phpMyAdmin Overview A MySQL database that appears within the control panel under Databases > MySQL Manager does not show in Databases...
Database import fails: CREATE DATABASE line Overview Restoring a database backup within the control panel, mysqli CLI, or phpMyAdmin may fail with the following message: #1044...
Handling table crashes Overview MySQL, despite its ease of use and popularity has a dark side of instability and crashes. Communities have forked MySQL,...
MySQL snapshots and rollbacks The panel supports simple MySQL database snapshots. Snapshots are ideal for preserving your database structure before a software update or...
Resetting MySQL password Overview At any time if you lose your MySQL password, it must be reset within the control panel. This can...
Stored procedure creation fails Overview During a database import, a stored procedure may be included in the backup. Although the backup is complete, restoring it within...