MySQL - Found option without preceding group in config file
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MySQL - Found option without preceding group in config file相关的知识,希望对你有一定的参考价值。
1.1.1 现象
启动mysql超时,windows提示错误,在服务中MYSQL状态一直处于starting状态,执行MYSQL命令,出现如下错误信息:
error:found option without preceding group in config file:E:\webserver\mysql5\my.ini at line :1
fatal error in defaults handling .program aborted.
1.1.2 原因
配置文件My.ini的存储格式不正确,导致存在异常字符。我的机器操作系统是英文win7,My.ini存储为UTF-8格式,新增加了一个参数,文件保存后就出现这个情况了。
1.1.3 解决
将My.ini文件另存为ANSI格式,MySQL服务启动时就可以正确识别了。
以上是关于MySQL - Found option without preceding group in config file的主要内容,如果未能解决你的问题,请参考以下文章
ERROR 3009 (HY000): Column count of mysql.user is wrong. Expected 45, found 43. Created with MySQL 5
mysql_config not found和error: command 'gcc' failed with exit status 1
mysql数据库error: Found option without preceding group in config file 问题解决
编译安装zabbix error: MySQL library not found
Mysql Grant权限(WITH GRANT OPTION)
PHP编译安装报错:configure: error: mcrypt.h not found. Please reinstall libmcrypt