diff --git a/config/MySQL/mysqld-V8.cnf b/config/MySQL/mysqld-V8.cnf index c4842b5..40a6854 100644 --- a/config/MySQL/mysqld-V8.cnf +++ b/config/MySQL/mysqld-V8.cnf @@ -1,4 +1,5 @@ [mysqld] +default-authentication-plugin = mysql_native_password user = mysql pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock @@ -9,9 +10,9 @@ tmpdir = /tmp lc-messages-dir = /usr/share/mysql skip-external-locking -innodb_buffer_pool_size = 1G # (adjust value here, 50%-70% of total RAM) +innodb_buffer_pool_size = 1G # (adjust value here to about, 50%-70% of total RAM) innodb_log_file_size = 256M -innodb_flush_log_at_trx_commit = 1 # may change to 2 or 0 +innodb_flush_log_at_trx_commit = 1 # may change to 0 or 2 innodb_flush_method = O_DIRECT bind-address = 127.0.0.1 key_buffer_size = 16M @@ -19,9 +20,6 @@ max_allowed_packet = 16M thread_stack = 192K thread_cache_size = 8 myisam-recover-options = BACKUP -#max_connections = 100 -#table_open_cache = 64 -#innodb-thread-concurrency = 10 -log_error = /var/log/mysql/error.log +log-error = /var/log/mysqld.log expire_logs_days = 10 -max_binlog_size = 100M \ No newline at end of file +max_binlog_size = 100M \ No newline at end of file