恢复MySQL数据库创建存储过程是遇到错误
you *might* want to use the less safe log_bin_trust_function_creators variable
需要执行
SET GLOBAL log_bin_trust_function_creators = 1;
转载于:https://blog.51cto.com/lucifer119/1226943
恢复MySQL数据库创建存储过程是遇到错误
you *might* want to use the less safe log_bin_trust_function_creators variable
需要执行
SET GLOBAL log_bin_trust_function_creators = 1;
转载于:https://blog.51cto.com/lucifer119/1226943