phpMyAdmin
phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web.
You can easily add it to your Lando app by adding an entry to the services top-level config in your Landofile.
yaml
services:
myservice:
type: phpmyadmin
Supported versions
Legacy versions
Patch versions
This service does not support patch versions but if you really need something like that, you could consider using either a custom compose service or a service overrides.