Tag: INF hid detailed description container onclick none parameter set Doc my.cnf
- Installing Docker
- Get mariadb image
Docker Pull Mariadb
First in https://hub.docker.com find the MARIADB official image, the relevant parameter settings https://hub.docker.com/_/mariadb/detailed description
- Run mirror
- P 3306:3306 -v/usr/local/mysql/my.cnf:/etc/mysql/my.cnf -E mysql_root_password=mypassword-d mariad
[Client]default-character-Set=UTF8[MySQL]default-character-Set=UTF8[mysqld]Init_connect='SET collation_connection = utf8_unicode_ci'Init_connect='SET NAMES UTF8'character-Set-Server=utf8collation-Server=Utf8_unicode_ciskip-character-Set-Client-Handshake
my.cnfAfter the port mapping can be in the container outside the software to connect the database, CNF file mainly solve the coding problem, to prevent the occurrence of Chinese garbled.
- Test
Running the MARIADB program in Docker