inputting data into 2 databases mysql

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
sung7psi
Forum Newbie
Posts: 8
Joined: Fri Dec 10, 2004 7:51 pm
Location: marietta, GA

inputting data into 2 databases mysql

Post by sung7psi »

i currently have 2 mysql databases
database products
and database products1

is there a way to keep both databases syncronized?

so that when i input data into products database, it also puts the info into products1 database, and vice versa.

or say if i modified a product in the products1 database, it also modifies the same field in products database?

any help would be appreciated
thanks
sung
http://www.ubiddy.com
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Post Reply