Skip to main content

Accessing your site's database

Database credentials and the phpMyAdmin database manager.

Written by Daniel

Each Wordify site has its own MySQL database. Console shows the credentials and can give you a web-based manager for it.


Database credentials

Open your site, then under Hosting select Database. The page shows the database name, user, and password.


The Database page


Use the eye icon to reveal the password, or the copy icon to copy any value. These are the same credentials WordPress itself uses.


The database manager

To browse or edit the database through a web interface, click Enable Database Manager. This installs phpMyAdmin for the site, which you can open to run queries, inspect tables, or export the database.


Take care

Editing the database directly can break your site if you change the wrong thing. Create a manual backup first (see Creating a manual backup).

Did this answer your question?