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 mirroringi 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