cadz Posted September 6, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 243 Reputation: 1 Joined: 08/29/12 Last Seen: August 1, 2021 Share Posted September 6, 2012 03:26:43 DROP TABLE IF EXISTS `item_db2` 0 row(s) affected, 1 warning(s): 1051 Unknown table 'item_db2' 0.000 sec how to fix this? anyone can help me? this is for mysql workbench. Quote Link to comment Share on other sites More sharing options...
Akkarin Posted September 6, 2012 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1632 Joined: 03/26/12 Last Seen: April 15 Share Posted September 6, 2012 1.) This is the wrong section. 2.) That means you don't have item_db2 in your database. Quote Link to comment Share on other sites More sharing options...
Mystery Posted September 6, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted September 6, 2012 Moved As Akkarin mentioned.. and as already stated from the error you've got: DROP TABLE IF EXISTS `item_db2` 0 row(s) affected, 1 warning(s): 1051 Unknown table 'item_db2' 0.000 sec You're trying to drop item_db2 if it exists. However, stated by the "Unknown table 'item_db2'", you don't have an item_db2 in your database. To get one, go here: https://rathena.svn....runk/sql-files/ Quote Link to comment Share on other sites More sharing options...
Question
cadz
03:26:43 DROP TABLE IF EXISTS `item_db2` 0 row(s) affected, 1 warning(s): 1051 Unknown table 'item_db2' 0.000 sec
how to fix this? anyone can help me? this is for mysql workbench.
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.