PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
cturner
Forum Contributor
Posts: 153 Joined: Sun Jul 16, 2006 3:03 am
Location: My computer
Post
by cturner » Fri Sep 08, 2006 1:20 am
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.
volka
DevNet Evangelist
Posts: 8391 Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger
Post
by volka » Fri Sep 08, 2006 1:38 am
You can have two or more mysql conecctions simultanously. And you may have one to retreive data and one to write taht data again.
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Fri Sep 08, 2006 1:03 pm
MySQL servers support replication too, where one sends its data automatically to another.