Skip to content

Instantly share code, notes, and snippets.

@Inori-Lover
Last active April 16, 2025 15:45
Show Gist options
  • Save Inori-Lover/33d3bb2f4039547ea1f32c7c35e4adcb to your computer and use it in GitHub Desktop.
Save Inori-Lover/33d3bb2f4039547ea1f32c7c35e4adcb to your computer and use it in GitHub Desktop.
podman(docker) mysql container
# https://medium.com/@techworldthink/how-to-create-a-mysql-server-on-docker-in-windows-67dcc79b2bd0
podman run --name mysql-container -e MYSQL_ROOT_PASSWORD=my-secret-pw -d -p 3306:3306 mysql:lts
# mysql can save thing, but can not find
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment