https://github.com/natthasath/docker-mariadb-phpmyadmin
MariaDB and phpMyAdmin are open-source tools. MariaDB is a database management system, while phpMyAdmin is a web-based interface for managing MariaDB and MySQL databases. Together, they provide an easy way to manage and interact with relational databases.
https://github.com/natthasath/docker-mariadb-phpmyadmin
docker-compose mariadb phpmyadmin
Last synced: 2 months ago
JSON representation
MariaDB and phpMyAdmin are open-source tools. MariaDB is a database management system, while phpMyAdmin is a web-based interface for managing MariaDB and MySQL databases. Together, they provide an easy way to manage and interact with relational databases.
- Host: GitHub
- URL: https://github.com/natthasath/docker-mariadb-phpmyadmin
- Owner: natthasath
- License: mit
- Created: 2022-11-29T02:34:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T08:57:05.000Z (about 2 years ago)
- Last Synced: 2025-02-26T10:37:00.200Z (over 1 year ago)
- Topics: docker-compose, mariadb, phpmyadmin
- Language: YAML
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 Docker MariaDB phpMyAdmin
MariaDB and phpMyAdmin are open-source tools. MariaDB is a database management system, while phpMyAdmin is a web-based interface for managing MariaDB and MySQL databases. Together, they provide an easy way to manage and interact with relational databases.



### 🏆 Run
- [http://localhost:80/](http://localhost:80/) username : `root` password : `root`
```shell
docker-compose up -d
```