kimmoto Posted June 29, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 1 Reputation: 0 Joined: 06/29/16 Last Seen: July 2, 2016 Share Posted June 29, 2016 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. Quote Link to comment Share on other sites More sharing options...
0 MasterGrand Posted July 1, 2016 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 07/19/15 Last Seen: July 1, 2016 Share Posted July 1, 2016 me too I have same problem ? Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted July 15, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted July 15, 2016 drop it and execute again. Quote Link to comment Share on other sites More sharing options...
Question
kimmoto
hey guys when i execute the main sql it gives me this error
Link to comment
Share on other sites
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.