An open API service indexing awesome lists of open source software.

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.

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.

![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)

### 🏆 Run

- [http://localhost:8080/](http://localhost:8080/) username : `root` password : `root`

```shell
docker-compose up -d
```