Self-host with Docker ยท Yantr
phpMyAdmin
Free, open-source web tool written in PHP for managing MySQL and MariaDB servers.
1
Ports
3
Notes
5
Use Cases
About
What phpMyAdmin does
phpMyAdmin is a free, open-source web application written in PHP for managing MySQL and MariaDB servers. It provides a web-based interface for database administration, SQL queries, user management, import/export, and server configuration. Widely used for quick MySQL administration.
Install Flow
How to self-host phpMyAdmin
phpMyAdmin can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what phpMyAdmin does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Manage MySQL and MariaDB databases through a web browser.
- Import and export databases in SQL
- CSV
- and other formats.
- Execute SQL queries and manage user permissions without CLI access.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 80 | HTTP | Web UI |
Docker Image
phpmyadmin:latest
Service Name
phpmyadmin
Notes
Things to know before you deploy
- Connect to your MySQL server by setting the PMA_HOST environment variable.
- For production, always use HTTPS and restrict access.
- Supports multiple server configurations via the Config storage feature.
Related Apps
More tools you might pair with phpMyAdmin
Page generated 2026-07-27T04:28:00.415Z