Central Management of Your Databases

While the Wizard is ideal for getting started, the "MySQL Databases" overview gives you full control over existing structures. Here you can fix errors, fine-tune user privileges, and perform maintenance tasks.

Important Note on phpMyAdmin: Use phpMyAdmin for working inside the tables (editing data). However, always create or delete databases and users directly in the cPanel interface to ensure they are correctly linked to your hosting account.

Database Maintenance: Check & Repair

Is your website lagging or showing database errors? cPanel offers built-in tools for a quick fix:

Check Database
The system scans all tables for inconsistencies. If "Check Complete" appears, everything is structurally sound.
Repair Database
If a check revealed errors, this tool attempts to automatically restore corrupted table indexes.

Managing Users and Privileges

A common cause of problems is missing user privileges. Here is how to assign a user correctly:

  1. Scroll to the "Add User To Database" section.
  2. Select the desired user and the target database.
  3. Click Add.
  4. In the next window, select the privileges (usually "ALL PRIVILEGES" for CMS like WordPress) and save.
Security Tip: Create a unique database user for each website. This limits the potential damage if one website's login credentials are compromised.

Renaming or Deleting Databases

In the "Current Databases" table, you can see the size of your data at a glance.

  • Rename: cPanel copies the data to a new database and deletes the old one. Warning: You must then manually update the name in your website configuration (e.g., wp-config.php)!
  • Delete: This process is final. Be sure to create a backup first.

Remote MySQL

If you want to access your database from an external server or a local application (e.g., MySQL Workbench), you will find the necessary host address here. Ensure that your local IP address is whitelisted in cPanel under "Remote MySQL".


Need help with a complex database migration?
The CURIAWEB support team is happy to advise you on all questions regarding your MySQL environment!

Was this answer helpful? 1 Users Found This Useful (1 Votes)