How do I access my website databases?

To manage MySQL/MariaDB databases:

  1. Log in to the Unified Panel
  2. Go to your hosting service → "Databases" section
  3. Click "Create Database"
  4. Enter database name and create a database user
  5. Set user permissions (full access recommended for CMS)

Accessing phpMyAdmin:

  1. In the "Databases" section, click "phpMyAdmin"
  2. Log in with your database username and password
  3. Manage tables, run queries, import/export data

Your database connection details (host, username, password) are shown in the panel when viewing database details.

Back to Knowledge Base