@@ -38,8 +38,9 @@ port = 3306
3838basedir = /usr
3939datadir = /var/lib/mysql
4040tmpdir = /tmp
41- lc-messages-dir = /usr/share/mysql
41+ # lc-messages-dir = /usr/share/mysql
4242explicit_defaults_for_timestamp
43+ default_authentication_plugin =mysql_native_password
4344
4445performance_schema = 0
4546
@@ -50,7 +51,7 @@ net_buffer_length = 4K
5051read_buffer_size = 8K
5152read_rnd_buffer_size = 8K
5253sort_buffer_size = 256K
53- query_cache_size = 0
54+ # query_cache_size = 0
5455thread_stack = 196608
5556max_heap_table_size = 16K
5657host_cache_size = 0
@@ -64,7 +65,7 @@ join_buffer_size=128
6465# innodb_log_group_home_dir = /var/lib/mysql
6566# You can set .._buffer_pool_size up to 50 - 80 %
6667# of RAM but beware of setting memory usage too high
67- innodb_buffer_pool_size = 5M
68+ innodb_buffer_pool_size = 10M
6869# innodb_additional_mem_pool_size = 2M
6970# Set .._log_file_size to 25 % of buffer pool size
7071innodb_log_buffer_size = 256K
@@ -78,6 +79,7 @@ innodb_ft_total_cache_size = 32000000
7879# Instead of skip-networking the default is now to listen only on
7980# localhost which is more compatible and is not less secure.
8081# bind-address = 127.0.0.1
82+ bind-address = 0.0.0.0
8183
8284# log-error = /var/log/mysql/error.log
8385
@@ -87,4 +89,4 @@ symbolic-links=0
8789# * IMPORTANT: Additional settings that can override those from this file!
8890# The files must end with '.cnf', otherwise they'll be ignored.
8991#
90- !includedir /etc/mysql/conf.d/
92+ # !includedir /etc/mysql/conf.d/
0 commit comments