复制账号重复问题 set sql_log_bin=0; create user 'repl'@'%' identified by 'oracle'; grant all priviliges on *.* to 'repl'@'%'; set sql_log_bin=1; 转载于:https://www.cnblogs.com/liang545621/p/7518362.html