KilikFr / docker-mysql

MYSQL as a service - Simple Docker containers with MySQL and PhpMyadmin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-mysql

A quick and fast environnement for MySQL database server (and phpmyadmin gui).

  • MYSQL Server
  • PhpMyADMIN

MySQL installation

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:

http://localhost:81

About

MYSQL as a service - Simple Docker containers with MySQL and PhpMyadmin


Languages

Language:Makefile 100.0%