Jump to content
  • 0

error with db_roulette


kimmoto

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  06/29/16
  • Last Seen:  

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

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  3
  • Reputation:   0
  • Joined:  07/19/15
  • Last Seen:  

me too I have same problem ? /sob

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

drop it and execute again.

Link to comment
Share on other sites

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.

×
×
  • Create New...