Skip to main content

Connecting with phpMyAdmin

phpMyAdmin is a widely used web-based interface for MySQL that allows you to manage databases, run SQL queries, and administer users through a graphical interface.

Variables

To connect using phpMyAdmin, you’ll need the following connection parameters. When you deploy a MySQL service on Elestio, you also get a phpMyAdmin dashboard configured for you to use with these variables. These details are available in the Elestio service overview page:

Variable

Description

Purpose

USER

phpMyAdmin username

Identifies the database user.

PASSWORD

phpMyAdmin password

Authentication key for the USER.

You can find these values in your Elestio project dashboard under the Admin section.

image.png

Prerequisites

Make sure the MySQL service is correctly deployed on Elestio and you are able to access the Admin section where phpMyAdmin is listed, similar to the example shown in the image above.

Setting Up the Connection

Launch phpMyAdmin using the Admin UI URL and log in with the credentials acquired from the Elestio service dashboard. Once the login screen is loaded, enter the following:

  • Username: USER

  • Password: PASSWORD

Click on Go to access the phpMyAdmin interface.

Screenshot 2025-04-25 at 1.46.40 PM.jpg

Once logged in, you can see your available databases listed in the left panel. From here, you can:

  • Run SQL queries through the SQL tab

Screenshot 2025-04-25 at 1.47.07 PM.jpg

  • View or modify table structures

image.png

  • Export or import database backups

Screenshot 2025-04-25 at 2.00.28 PM.jpg

  • Manage users and privileges if applicableimage.png