Created
August 9, 2019 17:03
-
-
Save g3d/f929821e2697050ab716dd85dad5c8a0 to your computer and use it in GitHub Desktop.
config
This file contains 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
[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 |
Author
g3d
commented
Aug 12, 2019
- https://superuser.com/questions/130143/how-to-measure-disk-performance-under-windows
- https://dba.stackexchange.com/questions/83125/mysql-any-way-to-import-a-huge-32-gb-sql-dump-faster
- https://stackoverflow.com/questions/13717277/how-can-i-import-a-large-14-gb-mysql-dump-file-into-a-new-mysql-database
- https://stackoverflow.com/questions/39708213/enable-logging-in-docker-mysql-container
- https://stackoverflow.com/questions/52364415/php-with-mysql-8-0-error-the-server-requested-authentication-method-unknown-to
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment