I just installed the latest version of vBulletin (3.0.7) and I tried to add a back up from my old vBulletin version (3.0.5) when i uplloaded the back up it said the following.
and at the bottom of the page it said
waht do you guys sugjest i do. if i cant upload it, the whole site will need to start over and we will lose all of are posts, forums and memebrs.
then i deletede all the () and it says
EDIT" is it the version od phpMyAdmin?
CREATE TABLE `access` (
`userid` int( 10 ) unsigned NOT NULL default '0',
`forumid` smallint( 5 ) unsigned NOT NULL default '0',
`accessmask` smallint( 5 ) unsigned NOT NULL default '0',
PRIMARY KEY ( `userid` , `forumid` ) --
-- Dumping data for table `access`
--
/*!40000 ALTER TABLE `access` LOCK TABLES `access` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `access` ENABLE KEYS */
and at the bottom of the page it said
MySQL said: Documentation
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE `access`
LOCK TABLES `access` WRITE;
UNLOCK TABL
waht do you guys sugjest i do. if i cant upload it, the whole site will need to start over and we will lose all of are posts, forums and memebrs.
then i deletede all the () and it says
SQL-query:
CREATE TABLE `access` (
`userid` int( 10 ) unsigned NOT NULL default '0',
`forumid` smallint( 5 ) unsigned NOT NULL default '0',
`accessmask` smallint( 5 ) unsigned NOT NULL default '0',
PRIMARY KEY ( `userid` , `forumid` ) --
-- Dumping data for table `access`
--
/*!40000 ALTER TABLE `access` LOCK TABLES `access` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `access` ENABLE KEYS */
MySQL said: Documentation
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE `access`
LOCK TABLES `access` WRITE;
UNLOCK TABL
EDIT" is it the version od phpMyAdmin?
Last edited:














