banner
Tenifs

Tenifs

雄关漫道真如铁,而今迈步从头越。
github
email

Install MySQL with Docker

Pull the latest image#

docker pull mysql:latest

Run the container#

docker run -itd --name mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 mysql

Username: root
Password: 123456

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.