obal grant option and is not available to database, table, column
permissions)
-Original Message-
From: John Hunter [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 15, 2002 11:23 AM
To: [EMAIL PROTECTED]
Cc: MySQL mailing list
Subject: Re: replication through port forwarded firewall
> "Van" == Van <[EMAIL PROTECTED]> writes:
Van> This means you need to re-initialize the slave; i.e. stop the
Van> master and slave; copy the data dir to the slave; start the
Van> slave (ensure the perms on the slave are correct first);
Van> start the master. If the error ab
John Hunter wrote:
>
> I have set up the master and slave now and am getting a problem. When
> the slave tries to connect, it appears to be attempting to enter a
> value that is already in one of my database tables, and gives the
> error:
>
> [root@newman mysql]# tail /var/log/mysqld.log
> 0203
> "Van" == Van <[EMAIL PROTECTED]> writes:
Van> No. Just have the slave connect to the master using the ip
Van> address.
I have set up the master and slave now and am getting a problem. When
the slave tries to connect, it appears to be attempting to enter a
value that is already i
unter [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 2:36 PM
To: MySQL mailing list
Subject: replication through port forwarded firewall
I have a mysql server behind a firewall. The firewall forwards port
3306 requests to the server, so the outside world can use it. I want
to replicat
John Hunter wrote:
>
> I have a mysql server behind a firewall. The firewall forwards port
> 3306 requests to the server, so the outside world can use it. I want
> to replicate this database with a slave outside the firewall. So the
> slave would request port 3306 on the firewall, but get the
I have a mysql server behind a firewall. The firewall forwards port
3306 requests to the server, so the outside world can use it. I want
to replicate this database with a slave outside the firewall. So the
slave would request port 3306 on the firewall, but get the internal
server instead.
My