Skip to content

Database (MySQL / MariaDB)

MariaDB is the default relational database for the Magento application. Older versions of Magento may use MySQL instead.

Default Credentials

Usernamemagento
Passwordmagento
Databasemagento

Connecting from the workspace

The MySQL client is pre-installed in the PHP container. Connect to the database with:

bash
mysql -h db -u magento -pmagento magento