使用Navicat出现you *might* want to use the less safe log_bin_trust_function_creators variable

报错:

you *might* want to use the less safe log_bin_trust_function_creators variable

image.png

解决方法:

   1.  mysql> SET GLOBAL log_bin_trust_function_creators = 1;

  2.  系统启动时 --log-bin-trust-function-creators=1

  3.  在my.ini(linux下为my.conf)文件中 [mysqld] 标记后加一行内容为 log-bin-trust-function-creators
image.png
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。