MySQL设置全局变量_MySQL
程序员文章站
2022-05-14 13:07:30
...
bitsCN.com
ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or READS SQ
L DATA in its declaration and binary logging is enabled (you *might* want to use
the less safe log_bin_trust_function_creators variable)
mysql> SET GLOBAL log_bin_trust_function_creators = 1;
在MYSQL中只需要执行这一句话即可
Java代码
SET GLOBAL log_bin_trust_function_creators = 1;
推荐阅读
-
mysql 对比符合多条件 更新另一个表的问题
-
Centos7 Yum方式安装Mysql7
-
MariaDB/MySQL存储过程和函数
-
Check for MySQL slave lag with Percona Toolkit plugin for Tu_MySQL
-
mysql 数据同步Relay log read failure: Could not parse relay_MySQL
-
MySQL DATE
-
招聘 MySQL & Oracle DBA
-
mysql-MySQL中如何导出文本文件
-
MySQL提供与Linux绑定的数据库下载_MySQL
-
PHP与MySQL通讯那点事1 mysql官网客户端 mysql 命令 mysql安装