Page 1 of 1

Transferring data?

Posted: Fri Sep 08, 2006 1:20 am
by cturner
I am wondering if someone could please tell if there is a way to transfer data from one mysql database to another using php? Thanks in advance.

Posted: Fri Sep 08, 2006 1:38 am
by volka
You can have two or more mysql conecctions simultanously. And you may have one to retreive data and one to write taht data again.

Posted: Fri Sep 08, 2006 1:03 pm
by feyd
MySQL servers support replication too, where one sends its data automatically to another.