建建设网站公司,网站字体设计规范,怎么建立网上销售平台,网站做视频怎么赚钱的解决方法
1查看是否开启了创建函数的功能
输入下面语句查看是否开启了创建函数的功能
show variables like %func%; 下面为创建函数功能为开启的查询结果 如果不是上面的结果可以用下面的语句修改为开启
set GLOBAL log_bin_trust_function_creatorstrue;
//或
set GLOBAL …解决方法
1查看是否开启了创建函数的功能
输入下面语句查看是否开启了创建函数的功能
show variables like %func%; 下面为创建函数功能为开启的查询结果 如果不是上面的结果可以用下面的语句修改为开启
set GLOBAL log_bin_trust_function_creatorstrue;
//或
set GLOBAL log_bin_trust_function_creators1;