mysql:服务无法启动解决

输入mysqld --console,查看报错

Found option without preceding group in config file E:mysql-5.7.21-winx64my.ini at line 1!

配置文件第一行缺少[mysql]

[mysql]
max_allowed_packet = 25M
innodb_log_file_size=256M

原文地址:https://www.cnblogs.com/gcgc/p/11057320.html