[mysqld]# Set basedir to your installation pathbasedir=c:/xampp/mysql
# Set datadir to the location of your data directorydatadir=c:/xampp/mysql/data
# Default: 128 MB# New: 1024 MBinnodb_buffer_pool_size = 1024M
# Default since MySQL 8: caching_sha2_passworddefault_authentication_plugin=mysql_native_password
[client]ssl-mode=DISABLED