How to Login to phpMyAdmin

Accessing phpMyAdmin allows you to manage your database directly through a graphical interface, perfect for running SQL queries, checking tables, and performing maintenance tasks. This guide explains how to open phpMyAdmin from the Servebolt Admin Panel and log in with your database credentials.

Steps to Access phpMyAdmin

Open the Database Settings

  1. Log in to the Servebolt Admin Panel
  2. From the Bolt menu or your Site Overview, select Databases.
  3. Locate the database you want to manage.
  4. Click Settings next to that database.

Open phpMyAdmin

  1. In the database settings view, click the phpMyAdmin button.
  2. You’ll be redirected to the phpMyAdmin login page.

Find or Reset Your Database Credentials

  1. On the database Settings page, note the Database login information, which includes your database username.
  2. To locate your database password, open your site’s configuration file.
  3. For WordPress sites, the file is typically named wp-config.php, and the default path is: ~/site/public/wp-config.php.

Inside this file, look for the following lines:

define('DB_USER', 'your_database_username');
define('DB_PASSWORD', 'your_database_password');

If you need to reset your database password, follow the steps in our guide:
How to Reset Your Database Password

Log In to phpMyAdmin

  1. On the phpMyAdmin login screen, enter your database username and password.
  2. Click Log in and start managing your database.