复制账号重复问题 set sql_log_bin=0; create user 'repl'@'%' identified by 'oracle'; grant all priviliges on *.* to 'repl'@'%'; set sql_log_bin=1; 相关文章: