Hello!
What would be the best solution for next problem:
There are multiple databases in production line and every hour or so these databases should be copied to main MySQL server so they are consistent to those on production line. But if database on production is deleted it shouldn't be deletied on main server.
What would be the best solution for next problem:
There are multiple databases in production line and every hour or so these databases should be copied to main MySQL server so they are consistent to those on production line. But if database on production is deleted it shouldn't be deletied on main server.