Init commit, env setup, docker + laravel initial install, 1h 25min spent
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
[mysqld]
|
||||
#innodb_flush_method=O_DSYNC
|
||||
#innodb_flush_method=O_DIRECT_NO_FSYNC
|
||||
#innodb_use_native_aio=OFF
|
||||
|
||||
innodb_force_recovery=0
|
||||
|
||||
explain_format=TREE
|
||||
#log_error_verbosity=3
|
||||
log_error_suppression_list='MY-013360'
|
||||
|
||||
innodb_buffer_pool_size = 1G
|
||||
innodb_buffer_pool_chunk_size = 250M
|
||||
innodb_buffer_pool_instances = 4
|
||||
|
||||
#innodb_temp_data_file_path = ibtmp1:4G:autoextend
|
||||
|
||||
key_buffer_size = 64M
|
||||
max_heap_table_size = 100M
|
||||
tmp_table_size = 100M
|
||||
innodb_log_buffer_size = 32M
|
||||
|
||||
#default-time-zone = 'US/Eastern'
|
||||
local_infile = ON
|
||||
federated = ON
|
||||
transaction_isolation = READ-COMMITTED
|
||||
log_bin_trust_function_creators = 1
|
||||
|
||||
enforce_gtid_consistency = ON
|
||||
gtid_mode = ON
|
||||
server_id = 2
|
||||
|
||||
# secure-file-priv = ""
|
||||
|
||||
#slow_query_log = ON
|
||||
#slow_query_log_file = /var/log/mysql/mysql-slow.log
|
||||
# long_query_time = 1
|
||||
|
||||
# general_log = On
|
||||
#general_log_file = /var/log/mysql/mysql.log
|
||||
|
||||
#log_error = /var/log/mysql/mysql.err.log
|
||||
|
||||
[client]
|
||||
# local_infile = ON
|
||||
Reference in New Issue
Block a user