mysql database mirror

i want to make a mirror database from my existing database ... every thing inserted into the first one also inserted in the second ... but i want to discard delete mirroring


i think that triggers can do that but triggers is in mysql 5


i want a solution to do that in mysql 4


aslo i am not willing to modify the php application because its very big ...






thanks

 

 

 

 

Top