Skip to content

phpMyAdmin

Blaze includes phpMyAdmin so you can browse tables, run queries, and manage your site databases without installing any extra tools.

  1. Open a site from the sidebar
  2. Click the database icon button in the site detail view
  3. phpMyAdmin opens in your default browser

You must start the site’s server before phpMyAdmin will work — it needs MariaDB to be running.

  • 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

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.