Last active
April 16, 2025 15:45
-
-
Save Inori-Lover/33d3bb2f4039547ea1f32c7c35e4adcb to your computer and use it in GitHub Desktop.
podman(docker) mysql container
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://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