Opening phpMyAdmin
1
Go to Databases
Log in to Plesk and click Databases in the left sidebar.
2
Open phpMyAdmin
Find the database you want to manage and click the phpMyAdmin icon next to it. You will be logged in automatically.
phpMyAdmin is available for MySQL databases only. For PostgreSQL, use the import/export tools in Plesk directly or connect via a client such as pgAdmin.
Common Tasks in phpMyAdmin
- Browse data — click a table name in the left panel to view its rows
- Run a query — click the SQL tab and enter your query
- Import a database — see Importing & Exporting a Database
- Export a database — see Importing & Exporting a Database