internally
how things work internally ;)
Projects
Home
Projects
Lesson learned
Books
Showing posts with label
docker
.
Show all posts
Showing posts with label
docker
.
Show all posts
Sunday, May 24, 2020
Run MySQL as docker container
1. docker pull mysql
2. docker run -p 3306:3306 --name mysqlimage -e MYSQL_ROOT_PASSWORD=abc123 -d mysql
In order to connect from MySQL workbench type one of the below IP
- localhost
- docker inspect CONTAINER_ID | grep "IPAddress"
Older Posts
Home
Subscribe to:
Posts (Atom)