The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
New to MySQL Query process/getting erorr
I have never done a MYSQL Query and am trying my best to learn how to do with by reading as much as I can. I am using the SQL Query from Control Panel hack found at:
https://vborg.vbsupport.ru/showthrea...threadid=33731 Right now I am trying to install the Tetris hack found at: https://vborg.vbsupport.ru/showthrea...threadid=42293 And it tells me to run a query with this listed: "CREATE TABLE `arcade` ( `scoreid` int(11) NOT NULL auto_increment, `userid` int(11) NOT NULL default '0', `game` varchar(50) NOT NULL default '', `score` int(11) NOT NULL default '0', `comment` varchar(70) NOT NULL default 'No comment', PRIMARY KEY (`scoreid`) ) TYPE=MyISAM;" I have pasted this information as seen above, click run query, and I get this error: Database error in vBulletin Control Panel 2.2.6: Invalid SQL: CREATE TABLE `arcade` ( `scoreid` int(11) NOT NULL auto_increment, `userid` int(11) NOT NULL default '0', `game` varchar(50) NOT NULL default '', `score` int(11) NOT NULL default '0', `comment` varchar(70) NOT NULL default 'No comment', PRIMARY KEY (`scoreid`) ) TYPE=MyISAM; mysql error: Table 'arcade' already exists mysql error number: 1050 Date: Thursday 15th of August 2002 10:56:09 AM Script: http://www.mentalmingle.com/forums/f...dmin/query.php Referer: What does this mean, what am I doing wrong? Please help... Thanks in advance, Dan |
#2
|
||||
|
||||
you already have that table...
your trying to run it again - there's no need |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|