Mysql-错误处理: Found option without preceding group in config file

时间:2024-04-09 16:18:27

这里写自定义目录标题

1、问题描述

安装MYSQL时,在cmd中“初始化”数据库时,输入命令:
mysqld --initialize --console
cmd报错:
D:\mysql-8.0.19-winx64\bin>mysql --initialize --console
mysql: [ERROR] Found option without preceding group in config file D:\mysql-8.0.19-winx64\my.ini at line 1.
mysql: [ERROR] Fatal error in defaults handling. Program aborted!

2、解决方法

参考博客:mysql——启动服务问题Found option without preceding group in config file

错误位置:另存为配置my.ini文件时,自作聪明的将“编码”改为:UTF-8。

更正:重新另存为将编码改为“ANSI”后,初始化成功。
Mysql-错误处理: Found option without preceding group in config file