Bug #239 | bin-log not working | ||
---|---|---|---|
Submitted: | 6 Apr 2003 22:15 | Modified: | 19 May 2005 14:24 |
Reporter: | Ryan R | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.0.12 | OS: | Linux (linux glibc6) |
Assigned to: | Guilhem Bichot | CPU Architecture: | Any |
[6 Apr 2003 22:15]
Ryan R
[7 Apr 2003 1:55]
Guilhem Bichot
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.mysql.com/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to 'Open'. Thank you for your interest in MySQL. Hi, Please test this : * shutdown the master server and slave server * start the master server with --log-bin and your binlog-do-db * start the slave server with your options and --skip-slave-start * do RESET MASTER and SHOW MASTER STATUS on the master * do an INSERT query in foo_live on the master and see if it goes into the master's binlog * do SHOW MASTER STATUS on the master. * do RESET SLAVE and START SLAVE on the slave. * check the slave's .err file to see if there is some error. * do SHOW SLAVE STATUS on the slave. * do SHOW MASTER STATUS on the master * do an INSERT query in foo_live on the master and see if it goes into the master's binlog * do SHOW MASTER STATUS on the master. * do SHOW SLAVE STATUS on the slave. Then you will see if having a slave connected changes something, or if it's unrelated to the slave. If you still think there is a problem, read your .err files (master and slave). If you still find no clue, modify this bug report to add a copy-paste of the output of the above commands, plus your my.cnf and .err (master and slave). Thanks.
[26 Apr 2003 6:21]
Guilhem Bichot
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you.
[26 Apr 2003 11:14]
Ryan R
That corrected the problem. thank you.