How to Access phpMyAdmin with WordPress

Last modified: February 12, 2026

Ask Your Favorite AI

Copy the link to a markdown format of this article for ChatGPT, Claude, Gemini, or your favorite AI.

We offer database access to your site through the popular open-source phpMyAdmin software and programmatically. This provides you with direct MySQL access to your site.

Accessing your Database via phpMyAdmin

To open phpMyAdmin first visit the MyPressable Control Panel atΒ my.pressable.com and select a site.

Once a site is selected, click the ellipsis (three dots) icon to view additional site actions. From this menu, you’ll see the phpMyAdmin icon, which you can use to access the database.

A new tab/window will open up, allowing you to import, export, or make changes to your site’s database tables.
Screenshot_30-06-2016-23:26:04

Accessing your Database Programmatically

Pressable has restricted access to a site’s Database for security purposes. You can still access it programmatically which you can learn more about here.