Support Forums

Full Version: MySQL DB import problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I try to import a db, it come with this error.
Code:
--
-- Table structure for table `mybb_adminlog`
--
DROP TABLE IF EXISTS  `mybb_adminlog` ;




#1046 - No database selected

I don't know about this could help, but I'm using PHPMyAdmin and I'm running on a localhost (wamp)
You are obviously trying to access an database that doesn't exist, "No database selected!".
I think you have an USE statement which tries to use your old database, instead of your new one.
You are trying to import whole database, not a single table.
Thanks for helping me out Thumbsup