Jump to content
  • 0

Question

Posted

hey guys when i execute the main sql it gives me this error

 

CREATE TABLE `db_roulette` (  
`index` int(11) NOT NULL default '0',  
`level` smallint(5) unsigned NOT NULL,  
`item_id` smallint(5) unsigned NOT NULL,  
`amount` smallint(5) unsigned NOT NULL DEFAULT '1',  
flag` smallint(5) unsigned NOT NULL DEFAULT '1',  
PRIMARY KEY (`index`)
) ENGINE=MyISAM
 
Error Code : 1050. Table 'db_roulette' already exists.
 
 
i wonder wethere i should just delete the whole line of db_roulette
 
CREATE TABLE `db_roulette` (
  `index` int(11) NOT NULL default '0',
  `level` smallint(5) unsigned NOT NULL,
  `item_id` smallint(5) unsigned NOT NULL,
  `amount` smallint(5) unsigned NOT NULL DEFAULT '1',
  `flag` smallint(5) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`index`)
) ENGINE=MyISAM;
 
please help me im new with mySql.
 

post-40158-0-21596500-1467234797_thumb.jpg

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...