摘要: 1、查看设置是否允许创建函数系统参数 show variables like 'log_bin_trust_function_creators'; 2、临时设置允许创建函数系统参数 set global log_bin_trust_function_creators=TRUE; 3、创建测试数据库 阅读全文
posted @ 2022-06-27 16:17 阿尔法哲 阅读(326) 评论(0) 推荐(0) 编辑