Quote:
Originally Posted by metalguy639
No problem. To check your database backup you can see if its complete by just downloading it to your hard drive if you have not already and double clicking on it to open it. Give it a moment because sometimes it takes a minute or two to totally load. Then scroll all the way to the bottom and look for something to the effect of:
Code:
--
-- Dumping data for table `vb3_word`
--
Yours may look like this:
Code:
--
-- Dumping data for table `word`
--
That is the end of it and it would be complete as long as you have the last table on the file.
|
I just opened up my download that I did before trying to upgrade and it has nothing like that. The last thing it has is this
CREATE TABLE IF NOT EXISTS `visitormessage_hash` (
`postuserid` int(10) unsigned NOT NULL default '0',
`userid` int(10) unsigned NOT NULL default '0',
`dupehash` varchar(32) NOT NULL default '',
`dateline` int(10) unsigned NOT NULL default '0',
KEY `postuserid` (`postuserid`,`dupehash`),
KEY `dateline` (`dateline`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Does that mean I have not backed up my board right?