Skip to content

milisecond/MySQL-in-Docker

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages