找不到mysql的my.ini
最近在使用MYSQL的时候,遇到了一些问题,就是找不到 my.ini 这个文件,查了很多资料也没有找到解决方案,特来分享一下。
# CLIENT SECTION [client] port=3306 #password= default-character-set=utf8 1. SERVER SECTION [mysqld] port=3306 datadir=E:/xampp/mysql/data general-log=1 log-output=FILE slow_query_log=1 1. The default storage engine that will be used when create new tables default-storage-engine=MyISAM 1. The maximum amount of concurrent sessions the MySQL server will 1. allow. One of these connections will be reserved for a user with 1. SUPER privileges to allow the administrator to login even if the 1. connection limit has been reached. max_connections=150 1. LOG SECTION log-error=E:/xampp/mysql/data/mysql_error.log pid-file=E:/xampp/mysql/data/mysql.pid skip-grant-tables