I have a MySql database of about 3000 records with a hosting company. The mySql database has a php front-end support that uses forms to grab values.
And I need some ideas,comments,support etc. on the following 2 questions.
1. If I want to backup that database every month to a local(in my office) computer that has Linux OS with apache and MySql, how about I go and do that?
My office uses a router with a static IP address.
2. If I want to backup about 100 selected records out of that 3000 records from the hosting server to my local mySql database, how would I do that?
I want to use PHP to do these backup.
Thanks for your time.