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 |
You can find these values in your Elestio project dashboard under the Admin section.
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.
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
-
View or modify table structures
-
Export or import database backups
No Comments