1. mysql> SET GLOBAL log_bin_trust_function_creators = 1;
2. 修改my.conf文件中 [mysqld] 标记后加一行内容为 log-bin-trust-function-creators=1
本文共 193 字,大约阅读时间需要 1 分钟。
1. mysql> SET GLOBAL log_bin_trust_function_creators = 1;
2. 修改my.conf文件中 [mysqld] 标记后加一行内容为 log-bin-trust-function-creators=1
转载于:https://www.cnblogs.com/mincyw/archive/2011/04/19/2020684.html