Skip to content

Instantly share code, notes, and snippets.

View amitkumar24487024's full-sized avatar
💭
I may be slow to respond.

Amit Kumar Singh amitkumar24487024

💭
I may be slow to respond.
  • Cognizant
  • Bangalore
  • 19:01 (UTC +05:30)
View GitHub Profile
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
@amitkumar24487024
amitkumar24487024 / README.md
Created March 16, 2025 13:16 — forked from piyushgarg-dev/README.md
Kafka Crash Course