当前位置:网站首页>学习路之PHP--Phpstudy 提示 Mysqld.Exe: Error While Setting Value ‘NO_ENGINE_SUBSTITUTION 错误的解决办法
学习路之PHP--Phpstudy 提示 Mysqld.Exe: Error While Setting Value ‘NO_ENGINE_SUBSTITUTION 错误的解决办法
2022-07-25 10:20:00 【hopetomorrow】
phpstudy 启动 mysql 错误,提示 mysqld.exe: Error while setting value ‘NO_ENGINE_SUBSTITUTION 错误,解决办法是去掉 mysql sql_mode 配置项参数中逗号后面的空格,具体步骤如下:
1、依次点击 phpstudy 中的“设置”、“配置文件”、“mysql.ini”,点击对应的 mysql 版本,打开 mysql 配置文件 mysql.ini

2.去掉 sql_mode 配置项参数中逗号后面的空格。
将:
sql_mode=NO_ENGINE_SUBSTITUTION, STRICT_TRANS_TABLES修改为:
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES3.保存后再次启动 mysql 恢复正常。
边栏推荐
猜你喜欢
Learn NLP with Transformer (Chapter 2)

【flask高级】结合源码详解flask的运行机制(出入栈)
![[flask advanced] deeply understand the application context and request context of flask from the source code](/img/67/88c21967da28d09694568ebdaae44c.png)
[flask advanced] deeply understand the application context and request context of flask from the source code

NB-IOT控制液晶屏(日期的设置与读取)

HCIP (01)

Flask framework -- flask caching

Basic experiment of microwave technology - Filter Design

UE4.26源码版学习广域网独立服务器时遇到的客户端运行黑屏问题

Flask framework - session and cookies

I, AI doctoral student, online crowdfunding research topic
随机推荐
HCIP(12)
Gan, why '𠮷 𠮷'.Length== 3 ??
我,AI博士生,在线众筹研究主题
接口流量突增,如何做好性能调优?
MySQL advanced statement (I) (there is always someone who will make your life no longer bad)
Reinforcement Learning 强化学习(四)
The most detailed MySQL index analysis (mind map is attached at the end of the article)
SQL语言(二)
Reinforcement learning (III)
The practice of asynchronous servlet in image service
The most comprehensive UE4 file operation in history, including opening, reading, writing, adding, deleting, modifying and checking
JS bidirectional linked list 02
[flask advanced] solve the classic error reporting of flask by combining the source code: working outside of application context
What is MySQL transaction
Signal integrity (SI) power integrity (PI) learning notes (XXXIII) 102 general design rules to minimize signal integrity problems
Using numpy for elevation statistics and visualization
异步Servlet在转转图片服务的实践
Implementation of recommendation system collaborative filtering in spark
Hcip experiment (03)
Learn NLP with Transformer (Chapter 1)