# 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.
[](https://docs.elest.io/uploads/images/gallery/2025-04/7dpimage.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.
[](https://docs.elest.io/uploads/images/gallery/2025-04/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
[](https://docs.elest.io/uploads/images/gallery/2025-04/screenshot-2025-04-25-at-1-47-07-pm.jpg)
- View or modify table structures
[](https://docs.elest.io/uploads/images/gallery/2025-04/9Rbimage.png)
- Export or import database backups
[](https://docs.elest.io/uploads/images/gallery/2025-04/screenshot-2025-04-25-at-2-00-28-pm.jpg)
- Manage users and privileges if applicable[](https://docs.elest.io/uploads/images/gallery/2025-04/76Fimage.png)