[mysqld]
disable-log-bin=1
default-authentication-plugin=mysql_native_password
performance-schema=0
default-storage-engine=MyISAM
innodb_file_per_table=1
max_allowed_packet=268435456
innodb_buffer_pool_size=25165824
open_files_limit=10000
sql_mode=NO_ENGINE_SUBSTITUTION
character-set-server=utf8
collation-server=utf8_general_ci
mysqlx=0
