A quick and fast environnement for MySQL database server (and phpmyadmin gui).
- MYSQL Server
- PhpMyADMIN
cd ~/docker
git clone https://github.com/KilikFr/docker-mysql.git mysql
cd mysql
# setup the .env file
cp .env.dist .env
# and update variables
make build
make up
Access to databases server:
mysql -u root -ptest -h 127.0.0.1 -P 3306
or with phpmyadmin: