cadz Posted September 6, 2012 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
Akkarin Posted September 6, 2012 Posted September 6, 2012 1.) This is the wrong section. 2.) That means you don't have item_db2 in your database. Quote
Mystery Posted September 6, 2012 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
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.
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.