|
All server and sites are still in my possession. The database is still on the old server. I made the backup of the database before I upgraded. Appearantly something went wrong when backing up the database? I used this command /usr/local/mysql/bin/mysqldump -q -u minder -p gv01media > backuppp01.txt
and put it back with this command /usr/local/mysql/bin/mysql < backuppp01.txt -u minder -p gv01media
So I understand that before the backup the database contained a photos table that was lost making the backup?
|