Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 396 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 396 Bytes

Running mySQL (MariaDB) DB with PHPmyAdmin locally in Docker

Go to the official Docker website to download Docker Desktop.

Run the following command in this directory to open the database and PHPmyAdmin:

docker-compose up

Navigate to localhost:8080 in your browser to open PHPmyAdmin.

To close the connection, press Ctrl+C.