mysql数据库error: Found option without preceding group in config file 问题解决
https://blog.csdn.net/wyx100/article/details/52859381
安装mysql 启动时,启动不了,报错:
输入
net start mysql
报错:
- error: Found option without preceding group in config file: D:\mysql-5.6.24-win32\my.ini at line: 1
- Fatal error in defaults handling. Program aborted
error: Found option without preceding group in config file: D:\mysql-5.6.24-win32\my.ini at line: 1
Fatal error in defaults handling. Program aborted
原因:my.ini文件格式是utf-8
解决办法,my.ini文件保存为ANSI格式文件