Anyone have any ideas about this?
Thanks,
Richard
-Original Message-
From: Richard Bewley [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2003 7:10 PM
To: [EMAIL PROTECTED]
Subject: More database replication
Hi,
I have a "mission critical" database, that I want to be
Hi,
I have a "mission critical" database, that I want to be redundant, so I'm
using, as discussed in another thread, the Cisco LocalDirector, two mysql
machines, and db replication. mySQL version 4.0.16, compiled from source.
Should I make both servers both master and slave, or will this cause
p
Hi,
I did manage to get two-way replication to work properly, but I have to
type:
mysql> load data from slave;
This is the only way it replicates the data. Is there a way to have it
replicate back and forth in real time?
Thanks,
Richard
-Original Message-
From: Richard Bewley [mai
Ok, but the slave would also replicate to the master? Is anyone using this
type of setup?
Thanks,
Richard
-Original Message-
From: Chuck Gadd [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 29, 2003 6:34 PM
To: Richard Bewley
Subject: Re: Database replication
Richard Bewley wrote
Yes, you can insert the binary into a table.
Richard
-Original Message-
From: Zenzo [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 29, 2003 1:42 PM
To: MySQL List
Subject: Images in a table
How can I insert images in a table if I can do it with MySQL?
__
Hi,
I'm working on setting up db replication, and I have a question. If I have
a master server, which will replicate to a slave, what about vice versa?
What I'm thinking I want to do, is load balance between two database servers
(our mail authentication database) using the Cisco LocalDiretor. My
The best way to learn is by taking a script (I used a message board written
in php/mysql) and hacking it, then running it on your webserver, breaking
it, and fixing it again. Just make tiny changes at first, play with logic,
then work on bigger things.
As for a book, I recommend the one on PHP an
Hi,
I'm setting up a machine that will have a rather heavy load on it, with
mysql that has 4 processors. It's running RedHat Linux 9.0, with a kernel
with SMP to support the multiple processors. Is there anything special I
need to do with mySQL to get it to take advantage of the multiple CPU's?