Skip to content

Instantly share code, notes, and snippets.

@g3d
Created August 9, 2019 17:03
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 g3d/f929821e2697050ab716dd85dad5c8a0 to your computer and use it in GitHub Desktop.
Save g3d/f929821e2697050ab716dd85dad5c8a0 to your computer and use it in GitHub Desktop.
config
[mysqld]
innodb_buffer_pool_size = 4G
innodb_log_buffer_size = 256M
innodb_log_file_size = 1G
innodb_write_io_threads = 16
innodb_flush_log_at_trx_commit = 0
#net_buffer_length=10000000;
#max_allowed_packet=10000000000;
#foreign_key_checks = 0;
default_authentication_plugin=mysql_native_password