Getting data from remote mysql and insert it in local mysql

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

Post Reply
munnan
Forum Newbie
Posts: 7
Joined: Fri Jan 09, 2004 12:27 am

Getting data from remote mysql and insert it in local mysql

Post by munnan »

Hi All,
i want your kind help for the following problem
I am developing a local host application by using php mysql which have its own local mysql server.
i want to get data from romote mysql server to local mysql server with out exposing remote server connection string i.e.
username and password.
If u know about its solution. please tell me as early as possible.
thanking you in anticipation,
Munnan
ldomingues
Forum Commoner
Posts: 41
Joined: Fri Aug 06, 2004 1:15 pm
Location: Portugal

Post by ldomingues »

Search for "replication" in mysql manual.
Post Reply