PhpMyAdmin + MySQL
Web UI to manage MySQL databases easily and visually.
MySQL
mysql:9
Just deployed
/var/lib/mysql
PhpMyAdmin
phpmyadmin/phpmyadmin:latest
Just deployed
PhpMyAdmin
PhpMyAdmin is a free and widely used web-based interface developed in PHP for managing MySQL and MariaDB databases. It offers an intuitive UI that simplifies many common database tasks such as:
- Creating and managing databases and tables
- Modifying columns, indexes, and relationships
- Managing users and permissions
- Importing and exporting data
- Running raw SQL queries directly from the browser
- Viewing server status and activity
It's especially useful in development environments where quick database interaction is needed without using a CLI or desktop client.
You can configure phpMyAdmin
using environment variables when running it via Docker. For detailed setup instructions, refer to the official documentation:
🔗 phpMyAdmin Docker Environment Variables
Template Content
MySQL
mysql:9PhpMyAdmin
phpmyadmin/phpmyadmin:latest