I have 2 mysql database test1 and test2 on same machine. In test1 there is a table named employee and is updating regularly, i need to update a table employee on database test2 having same table name with 2 min time delay just like replication between 2 tables with 2 min time delay.
This mysql server is installed on linux operating system, Please help me out.