< Cli < guide < Docker-Development-Environment
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
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
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
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.