phpMyAdmin
Blaze includes phpMyAdmin so you can browse tables, run queries, and manage your site databases without installing any extra tools.
Opening phpMyAdmin
Section titled “Opening phpMyAdmin”- Open a site from the sidebar
- Click the database icon button in the site detail view
- phpMyAdmin opens in your default browser
You must start the site’s server before phpMyAdmin will work — it needs MariaDB to be running.
What You Can Do
Section titled “What You Can Do”- Browse tables — view and edit data in any table
- Run SQL queries — execute custom SQL against your site database
- Export databases — download your database as SQL, CSV, or other formats
- Import databases — load SQL dumps into your site database
- Manage structure — create, modify, or drop tables and columns
Database Credentials
Section titled “Database Credentials”Each site gets its own database. The credentials are configured automatically by Blaze in the site’s wp-config.php. You don’t need to enter credentials manually — phpMyAdmin connects automatically.