Cli/guide/Docker-Development-Environment/Databases
Appearance
The development environment comes with the ability to create wikis using sqlite, mysql or postgres.
If you follow the first setup guide you will create a default wiki using a mysql service.
Database web interfaces
[edit]PHPMyAdmin & Adminer are web interfaces for various database backends.
You can easily run these as part of the development environment.
mw docker phpmyadmin create
mw docker adminer create
MySQL Replication
[edit]You can choose to add a mysql replica at any time. Replication will be handled automatically (but may take some time to catch up if you have already performed lots of actions).
mw docker mysql-replica create