# Example MySQL config file for small systems.
# This is for a system with little memory (<= 64M) where MySQL is only used
# from time to time and it's important that the mysqld daemon
# doesn't use much resources.
# You can copy this file to
# C:/xampp/mysql/bin/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is C:/xampp/mysql/data) or
# ~/.my.cnf to set user-specific options.
# In this file, you can use all long options that a program supports.
# If you want to know which options a program supports, run the program
# with the "--help" option.
# The following options will be passed to all MySQL clients
# password = your_password
socket="C:/xampp/mysql/mysql.sock"
# Here follows entries for some specific programs
default-character-set=utf8mb4
socket="C:/xampp/mysql/mysql.sock"
datadir="C:/xampp/mysql/data"
read_rnd_buffer_size=512K
myisam_sort_buffer_size=8M
log_error="mysql_error.log"