Skip to content

Instantly share code, notes, and snippets.

@parsibox
Created December 19, 2017 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parsibox/361d876bf924d5f69e80d4da1aa01d24 to your computer and use it in GitHub Desktop.
Save parsibox/361d876bf924d5f69e80d4da1aa01d24 to your computer and use it in GitHub Desktop.
change mariadb utf8mb4 and max allowed packet
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