xây dựng docker
This commit is contained in:
13
docker/mysql/my.cnf
Normal file
13
docker/mysql/my.cnf
Normal file
@@ -0,0 +1,13 @@
|
||||
[mysqld]
|
||||
character-set-server=utf8mb4
|
||||
collation-server=utf8mb4_unicode_ci
|
||||
default-authentication-plugin=mysql_native_password
|
||||
|
||||
max_allowed_packet=100M
|
||||
innodb_buffer_pool_size=256M
|
||||
|
||||
[client]
|
||||
default-character-set=utf8mb4
|
||||
|
||||
[mysql]
|
||||
default-character-set=utf8mb4
|
||||
Reference in New Issue
Block a user