I created the 'info' database using phpMyAdmin.
My task is to restore database backups.
Today, I even tried restoring the database backup named 'cyberview_db_2809_2009-10-27_17h30m.Tuesday.sql' using phpMyAdmin into 'info'.
[ I have been using the automysqlbackup.sh.2.5 to create backups daily using the crontab.]
But the error returned was :
-- Server version 5.0.77
/!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT /;
MySQL said:
#1065 - Query was empty[/QUOTE]
But when I create another database, and restore using the original database which is 'cyberview_db_2809.sql' , I don't have such a problem. So I assume that the problem is in the database backups itself.
Is it because the backup script is not good enough or what is causing the problem with the backups? Are the database backups corrupted?