通过 MySQL 解压缩包版(.zip格式)安装 MySQL 数据库管理系统,在使用命令初始化【mysqld ––initialize】数据库时提示“mysqld: [ERROR] Found option without preceding group in config file D:\mysql5.7.24\my.ini at line 1!”错误问题。造成无法对 MySQL 数据库进行初始化操作。
my.ini配置文件错误
mysqld: [ERROR] Found option without preceding group in config file D:\mysql5.7.24\my.ini at line 1!
mysqld: [ERROR] Fatal error in defaults handling. Program aborted!
MySQL数据库进行初始化命令操作时提示my.ini配置文件错误的解决方法
通过修改 MySQL 数据库中 my.ini 配置文件编码格式的方法解决此问题。
步骤:用记事本打开 my.ini 文件——》点击“文件”选择“另存为”——》将编码选为 ANSI——》保存覆盖——》重启 MySQL 。