网站后台是怎么更新,室内装修设计怎么学,网站建设 律师,网站开发的项目开发计划原因#xff1a;在MySQL8.0之后的版本#xff0c;只允许在数据库初始化时指定#xff0c;之后不允许修改了
mysql 配置文件 my.cnf 增加 lower_case_table_names 1 服务启动不了
报错信息#xff1a;Job for mysqld.service failed because the control process exited …原因在MySQL8.0之后的版本只允许在数据库初始化时指定之后不允许修改了
mysql 配置文件 my.cnf 增加 lower_case_table_names 1 服务启动不了
报错信息Job for mysqld.service failed because the control process exited with error code. See systemctl status mysqld.service and journalctl -xe for details.
具体情况说明
原来mysql服务正常运行
修改配置文件 my.cnf简单的增加一行配置信息lower_case_table_names 1
配置文件 my.cnf 修改前的内容 配置文件 my.cnf 修改后的内容 重启mysql服务失败报错信息Job for mysqld.service failed because the control process exited with error code. See systemctl status mysqld.service and journalctl -xe for details.
原因在MySQL8.0之后的版本只允许在数据库初始化时指定之后不允许修改了