Created
December 19, 2017 07:33
-
-
Save parsibox/361d876bf924d5f69e80d4da1aa01d24 to your computer and use it in GitHub Desktop.
change mariadb utf8mb4 and max allowed packet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nano /etc/my.cnf.d/server.cnf | |
[mysqld] | |
sql_mode="" | |
max_allowed_packet=512M | |
character-set-server = utf8mb4 | |
collation-server = utf8mb4_unicode_ci | |
max_connections = 10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment