phpMyAdmin gives you a visual interface for your database, so you don't need to memorize SQL syntax for routine tasks.
Accessing phpMyAdmin
In Plesk, go to Databases, find the database you want to manage, and click the phpMyAdmin icon next to it — you'll be logged in automatically without needing separate credentials.
Browsing Your Data
The left sidebar lists every table in your database. Clicking one shows its rows and columns in a spreadsheet-like view, letting you see exactly what's stored without writing a query.
Editing Data Directly
You can edit, insert, or delete individual rows through the interface — useful for quick fixes, like correcting a typo in a specific database entry.
Running SQL Queries
The SQL tab lets you run raw SQL commands directly, useful for more advanced tasks or when following specific troubleshooting instructions from a plugin developer or support team.
Exporting and Importing
The Export tab creates a full backup file of your database, while Import lets you restore from one — essential steps in any manual site migration or backup routine.
Be Careful
Changes made directly in phpMyAdmin bypass any safety checks your CMS would normally apply. Always back up before making direct edits, especially before running a custom SQL query.
Español
Deutsch