shahid-khans / docker-mysql

๐Ÿšข awesome docker project with mysql/mariadb lastest version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿšข Docker with Mysql (MariaDB 10)

๐Ÿšข Docker based project to create the best Docker mysql database environment.

โค๏ธ๏ธ Please like/share/star (โญ) this repository.

Docker + mysql

๐Ÿš€ Goal

Quick and easiest way to setup mysql database using docker.

after installing the docker and docker-compose follow the below 3 steps and that's it.

  1. โ˜‘ clone the repository
  2. โ˜‘ run the ./start.sh
  3. โ˜‘ enjoy !

๐ŸŽฏQuick Start

Just open in a terminal:

git clone https://github.com/shahid-khans/docker-mysql.git
cd docker-mysql
cp env-example .env
./start.sh

Open database editor tool my favorite โ™ฅ๏ธ๏ธ is heidisql only for windows

You can check the logs using ./logs.sh command to see what's going on during the project startup. you can stop the mysql docker container using ./stop.sh. connect to mysql database ./mysqlconnect.sh default port for mysql is 3306 and credentials you can see in .env file.

๐Ÿ‘Follow me on GitHub, or tweeter here.

๐Ÿ“ข Soon i will be publish more advance topics like backup & restore mysql DB. Need you likes for support and motivation ๐Ÿ˜Ž.

๐Ÿ’Ÿ Feel free to tweet me for any issues

This project is based on awesome nodedock

LICENSE

MIT

About

๐Ÿšข awesome docker project with mysql/mariadb lastest version

License:MIT License


Languages

Language:Shell 73.4%Language:Dockerfile 26.6%