Mysql: backup on insert?
Is there 开发者_开发百科any out-of-the-box solution to backup a mysql database with e.g. mysqldump etc. if a special event in the database takes place? There is a regular scheduled backup every day, but everytime a insert in a defined table is executed, I want to dump the whole database. What is the best (easiest ?) solution to achieve this?
Use replication.
精彩评论