Start the Mysql Database and PhpMyAdmin usind docker.
docker-compose up
Acess the PhpMyAdmin at http://localhost:8081
- Server Host: db
- User: user
- Password: P@ssw0rd
Stop the database
docker-compose down
Start the Mysql Database and PhpMyAdmin usind docker.
docker-compose up
Acess the PhpMyAdmin at http://localhost:8081
Stop the database
docker-compose down