Please help!
I have access to my database I can drop create etc using the php-myadmin software with no problems. It is a specified db address of
db.cheapnet.co.uk
rather than localhost so I set the config to reflect this. Vbulletin install finds and connects to the database no problem then gets stuck with the creation of the first table.
It seems to create a table called "access" which if i check in php-myadmin does appear as created. However I get the error from vbulletin of...
Database error in vBulletin Installer :
Invalid SQL: CREATE TABLE access (
userid int(10) unsigned DEFAULT '0' NOT NULL,
forumid smallint(5) unsigned DEFAULT '0' NOT NULL,
accessmask smallint(5) unsigned DEFAULT '0' NOT NULL
)
mysql error: Table 'access' already exists
mysql error number: 1050
Date: Saturday 27th of April 2002 03:46:37 PM
Script: /~a1144349/boards/admin/install.php?step=4
Referer: http://members.cheapnet.co.uk/~a1144...all.php?step=3
the fact that is connects to the dastabase and creates (in name at least) the table suggests my config details are correct.
Suggestions please
I have access to my database I can drop create etc using the php-myadmin software with no problems. It is a specified db address of
db.cheapnet.co.uk
rather than localhost so I set the config to reflect this. Vbulletin install finds and connects to the database no problem then gets stuck with the creation of the first table.
It seems to create a table called "access" which if i check in php-myadmin does appear as created. However I get the error from vbulletin of...
Database error in vBulletin Installer :
Invalid SQL: CREATE TABLE access (
userid int(10) unsigned DEFAULT '0' NOT NULL,
forumid smallint(5) unsigned DEFAULT '0' NOT NULL,
accessmask smallint(5) unsigned DEFAULT '0' NOT NULL
)
mysql error: Table 'access' already exists
mysql error number: 1050
Date: Saturday 27th of April 2002 03:46:37 PM
Script: /~a1144349/boards/admin/install.php?step=4
Referer: http://members.cheapnet.co.uk/~a1144...all.php?step=3
the fact that is connects to the dastabase and creates (in name at least) the table suggests my config details are correct.
Suggestions please
Comment