####################################################################### # File name: my.ini # Created By: The Uniform Server Development Team # Edited Last By: Mike Gleaves (ric) # V 1.0 24-7-2016 ######################################################################## [mysql] default-character-set=utf8 # SERVER SECTION The following options will be read by the MySQL Server. [mysqld] #Do not delete next line. Used for setting port when run as service #{service_port} bind-address=127.0.0.1 # server-id = 1 Comment Prevents error Cannot open table mysql/slave_master_info server-id = 0 pid-file=mysql.pid explicit_defaults_for_timestamp #default-storage-engine=MYISAM default_authentication_plugin=mysql_native_password skip-external-locking key_buffer_size = 16K max_allowed_packet = 1M table_open_cache = 4 sort_buffer_size = 64K read_buffer_size = 256K read_rnd_buffer_size = 256K net_buffer_length = 2K thread_stack = 128K character-set-server=utf8 # federated skip-federated # Uncomment the following if you are using InnoDB tables innodb_file_per_table = 1 innodb_data_file_path = ibdata1:10M:autoextend innodb_buffer_pool_size = 32M innodb_log_file_size = 8M innodb_log_buffer_size = 8M innodb_flush_log_at_trx_commit = 1 innodb_lock_wait_timeout = 50 [mysqldump] quick max_allowed_packet = 16M [mysql] no-auto-rehash # Remove the next comment character if you are not familiar with SQL #safe-updates [myisamchk] key_buffer_size = 8M sort_buffer_size = 8M [mysqlhotcopy] interactive-timeout