Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 640 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 640 Bytes

Awesome Awesome

MySQL in Docker

Pre-installation

  1. Install docker
  2. Install docker-compose

Installation

  1. From this root of project "./" execute command docker-compose up
  2. Then, run this command docker exec -it mysql_container bash to log in your container bash.
  3. or just run this command docker -it mysql_container mysql -uroot -p111 -P3307 to log in your mysql instance
  4. Done forget to adjust your .env file