mysql打开创建函数的开关, 查询创建函数开关是否打开: show variables like ‘%func%‘; 打开创建函数开关: SET GLOBAL log_bin_trust_function_creators=1; 关闭创建函数开关: SET GLOBAL log_bin_trust_function_creators=0;
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;的主要内容,如果未能解决你的问题,请参考以下文章