1. Pull the mysql image Website: https://hub.docker.com/ Copy the command to download: 2. Check whether the download is completedocker images 3. MySQL mounts local directory & solves Chinese garbled characters Because there is no Create folders separately /tmp/mysql/data [mysqld] skip-name-resolve character_set_server=utf8 datadir=/var/lib/mysql server-id=1000 [mysql] default-character-set = utf8 [mysql.server] default-character-set = utf8 [mysqld_safe] default-character-set = utf8 [client] default-character-set = utf8 4. Create a container and view itCreate command: docker run \ --name mysql \ -p 3306:3306 \ --privileged=true -v /tmp/mysql/data:/var/lib/mysql \ -v /tmp/mysql/conf/hmy.cnf:/etc/mysql/conf.d/hmy.cnf \ -e MYSQL_ROOT_PASSWORD=123456 \ -d \ mysql:latest Check whether the creation is successful: docker ps -a If you accidentally create an error, you can delete Enter the mysql container: Use Navicat to test whether it is started Test whether Chinese characters are garbled This is the end of this article about the detailed tutorial on how to install MySQL on Docker and solve the problem of Chinese garbled characters that I have tested myself. For more related content, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
>>: MySQL series multi-table join query 92 and 99 syntax examples detailed tutorial
1. Introduction to Linux .NET Core Microsoft has ...
Will mysql's IN invalidate the index? Won'...
Table of contents I. Definition 2. Usage scenario...
animation Define an animation: /*Set a keyframe t...
Detailed example of IOS database upgrade data mig...
Use meta to implement timed refresh or jump of th...
Table of contents 1. Download MySQL 2. Unzip the ...
There was an article about the execution process ...
Three types of message boxes can be created in Ja...
1. Enter the virtualization vcenter, log in with ...
Rendering Commonly used styles in Blog Garden /*T...
Table of contents introduce Support Intel CPU Sup...
Now, let me ask you a question. What happens when...
Table of contents 1. Download 2. Install nginx an...
This article shares the specific code of jQuery t...