I'm running a local mySQL 5.1 backend with databases stored with InnoDB. Users access the data w/MS Access front ends from all over.
I'd like to setup an auto back up in case my box crashes/gets hit by a meteor.
Usually, I'd just copy the data files else where, but InnoDB isn't storing them in individual tables.
Is there someway I can setup an "auto dump" or something? What is the best way to auto-backup InnoDB to my off site file server?
I'd like to setup an auto back up in case my box crashes/gets hit by a meteor.
Usually, I'd just copy the data files else where, but InnoDB isn't storing them in individual tables.
Is there someway I can setup an "auto dump" or something? What is the best way to auto-backup InnoDB to my off site file server?