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=1

相关文章:

  • 2021-09-04
  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
  • 2022-03-06
猜你喜欢
  • 2021-09-01
  • 2022-01-03
  • 2021-05-23
  • 2021-05-05
  • 2021-10-26
  • 2021-11-08
相关资源
相似解决方案