I have a case like this:
- I have 2 database on 1 server, say it db1 and db2
- db2 will be a copy of db1
- data from db1 copied automatically to db2
- data from db2 will not sync with db1 (db2 just a test database)
Any idea's to accomplish this? database can't be restart since it crucial (which editing my.cnf solution probably doesn't fit in this situation)
Thanks