当前位置:Gxlcms >
数据库问题 >
MySQL创建方法错误:This function has none of DETERMINISTIC, NO SQL
MySQL创建方法错误:This function has none of DETERMINISTIC, NO SQL
时间:2021-07-01 10:21:17
帮助过:2人阅读
+---------------------------------+-------+
| Variable_name | Value |
+---------------------------------+-------+
| log_bin_trust_function_creators | OFF |
+---------------------------------+-------+
1 row in set (0.00 sec)
mysql> set global log_bin_trust_function_creators=1;
Query OK, 0 rows affected (0.00 sec)
mysql> show variables like ‘%func%‘;
+---------------------------------+-------+
| Variable_name | Value |
+---------------------------------+-------+
| log_bin_trust_function_creators | ON |
+---------------------------------+-------+
1 row in set (0.00 sec) mysql>MySQL创建方法错误:This function has none of DETERMINISTIC, NO SQL
标签: