We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master端socket创建成功,处于listen状态,但是slave端总是报错--rs_read() failed, error or empty。 问题出在si->dump_info为空,从而导致n = rs_read(si->info_fd, si->dump_info, RS_SLAVE_INFO_STR_LEN);读取失败。 我想应该是master端没有获取到mysql的binlog,但我找不到master端拉取mysql binlog的程序,请问在哪里???
The text was updated successfully, but these errors were encountered:
No branches or pull requests
master端socket创建成功,处于listen状态,但是slave端总是报错--rs_read() failed, error or empty。
问题出在si->dump_info为空,从而导致n = rs_read(si->info_fd, si->dump_info, RS_SLAVE_INFO_STR_LEN);读取失败。
我想应该是master端没有获取到mysql的binlog,但我找不到master端拉取mysql binlog的程序,请问在哪里???
The text was updated successfully, but these errors were encountered: