DDEV phpMyAdmin

April 17, 2025 ยท View on GitHub

add-on registry tests last commit release

DDEV phpMyAdmin

Overview

phpMyAdmin is a free and open source administration tool for MySQL and MariaDB.

This add-on integrates phpMyAdmin into your DDEV project.

Installation

ddev add-on get ddev/ddev-phpmyadmin
ddev restart

After installation, make sure to commit the .ddev directory to version control.

Usage

CommandDescription
ddev phpmyadminOpen phpMyAdmin in your browser (https://<project>.ddev.site:8037)
ddev describeView service status and used ports for phpMyAdmin
ddev logs -s phpmyadminCheck phpMyAdmin logs

Advanced Customization

To change the Docker image:

ddev dotenv set .ddev/.env.phpmyadmin --phpmyadmin-docker-image=phpmyadmin:5
ddev add-on get ddev/ddev-phpmyadmin
ddev restart

Make sure to commit the .ddev/.env.phpmyadmin file to version control.

All customization options (use with caution):

VariableFlagDefault
PHPMYADMIN_DOCKER_IMAGE--phpmyadmin-docker-imagephpmyadmin:5

Credits

Contributed by @rfay

Maintained by the DDEV team