Git clone this repository.
Activate Docker application.
Activate terminal and move to the local repository of this package.
-
Start Run
$ docker-compose up -d
-
phpMyAdmin
Accesshttp://localhost:8080
from web browser. -
Stop
docker-compose stop
-
Run these commands when applied changes to conf files or SQL.
docker-compose down docker-compose up -d
- Use database
mysql> USE employees
- Delete database
mysql> DROP DATABASE employees;
Host | localhost |
Port | 3306 |
DB | sample |
User | test |
Pass | passwd |