1. Home
  2. MySQL

MySQL

  • Creating a database

    Overview Additional MySQL databases, used for storing application data, may be created quickly within the control panel via Databases >...
  • Resetting MySQL password

    Overview At any time if you lose your MySQL password, it must be reset within the control panel. This can...
  • MySQL snapshots and rollbacks

    apnscp supports simple MySQL database snapshots as of August 28, 2016. Snapshots are ideal for preserving your database structure before...
  • 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...
  • Handling table crashes

    Overview MySQL, despite its ease of use and popularity has a dark side of instability and crashes. Communities have forked MySQL,...
  • 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...