Database management
Manage your WordPress database easilyWordPress uses a MySQL database to store data related to posts, users, and site settings. The database is a critical component because it can also store sensitive information, which is why Sitebox ensures that access to the database is as restricted and protected as possible.
The entire process of creating the database during the environment setup and configuring its access in the wp-config file happens automatically. Users do not need to configure this data manually, and for security reasons, they do not have access to it.
Access to PhpMyAdmin
The following procedure is intended only for advanced users who know how to manage a database. Remember to back up your database before making any changes to it.
Access to PhpMyAdmin is available in the dashboard but requires activation. After activation, access will be available for 24 hours from the last operation in PhpMyAdmin.
In PhpMyAdmin, you can perform standard operations such as import/export or edit existing data via the GUI or SQL.