https://github.com/natthasath/docker-mysql-adminer
MySQL and Adminer are open-source tools. MySQL is a database management system, while Adminer is a web-based interface for managing MySQL databases. Together, they provide an easy way to manage and interact with relational databases.
https://github.com/natthasath/docker-mysql-adminer
adminer docker-compose mysql
Last synced: about 1 year ago
JSON representation
MySQL and Adminer are open-source tools. MySQL is a database management system, while Adminer is a web-based interface for managing MySQL databases. Together, they provide an easy way to manage and interact with relational databases.
- Host: GitHub
- URL: https://github.com/natthasath/docker-mysql-adminer
- Owner: natthasath
- License: mit
- Created: 2022-11-28T09:20:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T03:05:03.000Z (over 1 year ago)
- Last Synced: 2025-01-09T02:51:48.834Z (about 1 year ago)
- Topics: adminer, docker-compose, mysql
- Language: YAML
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 Docker MySQL Adminer
MySQL and Adminer are open-source tools. MySQL is a database management system, while Adminer is a web-based interface for managing MySQL databases. Together, they provide an easy way to manage and interact with relational databases.



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