Hello.
Have you done a FLUSH PRIVILEGES after granting the rights
to the slave user (not needed if you used GRANT clause).
I didn't see this statement in your previous message?
Do you execute a 'RESET SLAVE' on your slave host, when
you make another attempt to setup the replication? Doe
In response to Gleb Paharenko and Bruce Dembecki:
Gleb Paharenko wrote:
>Please send us an output of SHOW MASTER STATUS ans SHOW SLAVE STATUS.
>Can you reproduce the problem using official binaries?
I have included the output of those two commands below. I will try to
reproduce the problem usin
Looking at your my.cnf files I don't see where you've told the slave what
server to connect to. The slave needs to know what server is the master.
This is usually accomplished by including a couple of lines in my.cnf.
If the file master.info is in the data directory it will override the my.cnf
set
Hello.
Please send us an output of SHOW MASTER STATUS ans SHOW SLAVE STATUS.
Can you reproduce the problem using official binaries?
Tierney Thurban <[EMAIL PROTECTED]> wrote:
> Hi all. Sorry if you get this twice -- it was posted to
> mysql-replication earlier, but it doesn't look lik
Hi all. Sorry if you get this twice -- it was posted to
mysql-replication earlier, but it doesn't look like that list is
really used.
I'm having a problem with my replication setup. This is my first time
setting up replication, so this may be a simple problem. I'm using
one master and one slave