My database has grown to about 7MB on a table. I used to backup and restore with no problems but I'm doing this manually and as the tables have grown I've noticed the backups don't include all the rows! Schwepps! How do you lot backup your data everynight and restore it? fcron jobs??
My info is I'm using MYSQL held on an ISP server.
Regs,
NM.
__________________ Holiday Villa In<br>
<font size=2>If it moves, kick it. If it doesn't move, kick it till it moves and hen kick it because it moved</font>
If your server has cpanel you can do it through the backup option on the menu then "Download a MySQL Database Backup" alternatively you should be able to do it with phpmyadmin.
Regards
__________________
They came for my 404 and I said nothing
Yeah I use phpmyadmin but that's when I started seeing lines missed off. What I'm after is something automatic how do you do it?
NM.
__________________ Holiday Villa In<br>
<font size=2>If it moves, kick it. If it doesn't move, kick it till it moves and hen kick it because it moved</font>
I too use a cronjob and mysqldump to a backup server.
Andy
__________________
The Pessimist complains ABOUT THE WIND; The optimist expects it to CHANGE; The realist adjusts the SAIL - William A Ward http://www.gift-inspirations.co.uk
I like the sound of the backup by cron job (as my users add data to the database so it can't be on my computer). Only problem is when I try to import the dumped file through mysql\Apache running on Windows XP it comes up with "No SQL Query"?? WTF!
I have changed php.ini to accept larger files etc etc. Any ideas?
Regs,
NM.
__________________ Holiday Villa In<br>
<font size=2>If it moves, kick it. If it doesn't move, kick it till it moves and hen kick it because it moved</font>
I run the above on a daily cron job and then once the above is complete
I have added another script that tar's up all the backups and copies them
to another server. The second script called world wide backup can be
found here: http://www.worldwidecreations.com/freescripts5.htm
You may be able to just use the second one for your needs??
__________________ Holiday Villa In<br>
<font size=2>If it moves, kick it. If it doesn't move, kick it till it moves and hen kick it because it moved</font>