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

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.

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.

![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:80/](http://localhost:80/) username : `root` password : `root`

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