DannyMilner
08-22-2006, 02:49 PM
I have done vbulletin server moves before, but I am having a problem.
This is a very new forum (It was set up yesterday) but we are needing to move due to server problems.
Anyway when I run the sql in phpmyadmin it gives me this...
Error
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` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1;
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 'DEFAULT CHARSET=latin1' at line 6
I would be very greatful is someone could fix me a fix.
Kind regards,
Danny
This is a very new forum (It was set up yesterday) but we are needing to move due to server problems.
Anyway when I run the sql in phpmyadmin it gives me this...
Error
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` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1;
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 'DEFAULT CHARSET=latin1' at line 6
I would be very greatful is someone could fix me a fix.
Kind regards,
Danny