Created
April 3, 2025 17:01
-
-
Save amitkumar24487024/d352759b7530c2d521f8f4b1ecdc8eb6 to your computer and use it in GitHub Desktop.
To learn Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.datacamp.com/tutorial/set-up-and-configure-mysql-in-docker | |
| to run a mysql image : docker run -d -e MYSQL_ROOT_PASSWORD=24487024 -p 3307:3306 --name amitmysql mysql | |
| to login into mysql bash :docker exec -it amitmysql bash | |
| tmysql -u root -p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment