MySQL错误[ERR] 1064 - You have an error in your SQL syntax;

Posted 风之旅人

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MySQL错误[ERR] 1064 - You have an error in your SQL syntax;相关的知识,希望对你有一定的参考价值。

mysql打开创建函数的开关,

查询创建函数开关是否打开:

show variables like %func%;

打开创建函数开关:

SET GLOBAL log_bin_trust_function_creators=1;

关闭创建函数开关:

SET GLOBAL log_bin_trust_function_creators=0;

 

以上是关于MySQL错误[ERR] 1064 - You have an error in your SQL syntax;的主要内容,如果未能解决你的问题,请参考以下文章

Mysql排错:[Err] 1064 - You have an error in your SQL syntax;

Python操作mysql数据库出现pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; c

[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL s

[Err] 1064 - You have an error in your SQL syntax; check the manual that cor错误时

[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds...

Mysql错误 ERROR 1064 (42000): You have an error in your SQL syntax