phpMyAdmin is a free and open source administration tool for MySQL and MariaDB.
This add-on integrates phpMyAdmin into your DDEV project.
ddev add-on get ddev/ddev-phpmyadmin
ddev restartAfter installation, make sure to commit the .ddev directory to version control.
| Command | Description |
|---|---|
ddev phpmyadmin |
Open phpMyAdmin in your browser (https://<project>.ddev.site:8037) |
ddev describe |
View service status and used ports for phpMyAdmin |
ddev logs -s phpmyadmin |
Check phpMyAdmin logs |
To change the Docker image:
ddev dotenv set .ddev/.env.phpmyadmin --phpmyadmin-docker-image=phpmyadmin:5
ddev add-on get ddev/ddev-phpmyadmin
ddev restartMake sure to commit the .ddev/.env.phpmyadmin file to version control.
All customization options (use with caution):
| Variable | Flag | Default |
|---|---|---|
PHPMYADMIN_DOCKER_IMAGE |
--phpmyadmin-docker-image |
phpmyadmin:5 |
Contributed by @rfay
Maintained by the DDEV team