XF 2.0 phpmyadmin

JoyFreak

Well-known member
I am trying to import my sql but this error is shooting up: any idea why?

Error
SQL query:

--
-- Table structure for table `xf_addon`
--

DROP TABLE IF EXISTS `xf_addon`

MySQL said:

#1046 - No database selected
 
You definitely won't want to drop tables if you want to connect to it with new files. You can just copy your src/config.php to the new directory, but if you have attachments or other data from internal_data or data directories you may want to move those over as well
 
Top Bottom