2023年8月26日
摘要: 【防止mysql例程的 “不确定性” 造成数据主从不一致】 SET GLOBAL log_bin_trust_function_creators = 1; -- do somethine ... SET GLOBAL log_bin_trust_function_creators = 0; --默认 阅读全文
posted @ 2023-08-26 11:34 jinzhenshui 阅读(30) 评论(0) 推荐(0)