Sign inSign up

icydream/mysql

By icydream

•Updated almost 7 years ago

MySQL for RobotBS

Image
0

918

icydream/mysql repository overview

Example: docker run -d -p 4306:3306 --restart always --privileged=true --name mysql4robotbs -e MYSQL_USER="mysql01" -e MYSQL_PASSWORD="pwd123" -e MYSQL_ROOT_PASSWORD="rootpwd123" -v /home/mysql/config/my.cnf:/etc/my.cnf -v /home/mysql/data:/var/lib/mysql local-mysql:1.0 --character-set-server=utf8 --collation-server=utf8_general_ci --default-authentication-plugin=mysql_native_password

Tag summary

Content type

Image

Digest

Size

127.8 MB

Last updated

almost 7 years ago

docker pull icydream/mysql