Database Management
Every PHP space on Stattic can connect to a provisioned MySQL database. Database credentials are automatically managed and injected into code running in your space.
Managing Your Database
You can access your database settings directly from the Stattic dashboard under Space Settings > Database.
phpMyAdmin
You can easily open a time-limited phpMyAdmin session for your space's database directly from the Space Settings. Clicking "Open phpMyAdmin" will provision a temporary session and open it in a new tab.
Password Reset
If you need to reset the database password, you can click "Reset password" in the Database settings. Note that since Stattic manages the connection credentials for your running code automatically, this is primarily useful if you have connected external tools or scripts directly to the database.