mysql数据库安装常见错误

匿名 (未验证) 提交于 2019-12-02 22:02:20

1、Found option without preceding group in config file

D:\mysql-8.0.17\bin>mysqld --initialize --console  mysqld: [ERROR] Found option without preceding group in config file D:\mysql-8.0.17\my.ini at line 1. mysqld: [ERROR] Fatal error in defaults handling. Program aborted!

原因:my.ini文件格式是utf-8

解决办法:my.ini文件保存为ANSI格式文件

2、Install/Remove of the Service Denied!

解决办法:打开cmd.exe程序的时候选择“用管理员身份打开”。

来源: https://www.cnblogs.com/Harold-Hua/p/11297015.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!