This add-on provides a phpMyAdmin service for DDEV.
In DDEV v1.22+ phpMyAdmin is not provided by default, but it can be added with this add-on.
For DDEV v1.23.5 or above run
ddev add-on get ddev/ddev-phpmyadmin
For earlier versions of DDEV run
ddev get ddev/ddev-phpmyadmin
Then restart your project
ddev restart
You can run phpMyAdmin easily with the command after installing this add-on:
ddev phpmyadmin
Contributed and maintained by @rfay