Bug #37262 | Access denied for Linux Master and Slave on other machine/OS | ||
---|---|---|---|
Submitted: | 7 Jun 2008 10:18 | Modified: | 27 Nov 2008 10:34 |
Reporter: | Susanne Ebrecht | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 5.0, 5.1 | OS: | Linux |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[7 Jun 2008 10:18]
Susanne Ebrecht
[27 Nov 2008 7:19]
Sveta Smirnova
Is not repeatable with master and slave on same machine.
[27 Nov 2008 10:34]
Sveta Smirnova
Bug is repeatable on Linux: "FreeBSD" is Linux 32-bit machine and "Linux" is Linux 64-bit amd machine.
[27 Nov 2008 21:26]
Sveta Smirnova
Same problem with 5.1. How to repeat again. Server A: 32-bit Linux Server B: 64-bit AMD Linux Use compile-amd64-debug-max script to compile MySQL on B 1. A: mysql_install_db --datadir=data 2. A: start mysqld 3. A: GRANT ALL on *.* to myuser@'192.168.%.%' with grant option; 4. A: stop mysqld 5. B: rsync -a 6. B: Create my.cnf with server-id=1 7. B: start mysqld 8. B: GRANT ALL on *.* to myuser@'192.168.%.%' with grant option; 9. A: Create my.cnf with server-id=2 10. A: change master to master_host='192.168.1.179', master_user='myuser', master_port=5050, master_log_file='mysql-bin.000001', master_log_pos=214; 11. A: start slave; 12. A: find error in the error log 13. B: GRANT ALL on *.* to myuser@'192.168.1.178' with grant option; 14. A: start slave; 15. A: find slave IO has started.