I backed up my database, and then I reloaded it again, as my account had to be reset.
Now, when I reload it, I get this error:
-- phpMyAdmin SQL Dump -- version 2.6.3-pl1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Oct 09, 2005 at 01:47 PM -- Server version: 4.0.25 -- PHP Version: 4.3.11 -- -- Database: `elibra_ipb` -- -- -------------------------------------------------------- -- -- Table structure for table `ibf_admin_logs` -- CREATE TABLE `ibf_admin_logs` ( `id` bigint( 20 ) NOT NULL AUTO_INCREMENT , `act` varchar( 255 ) default NULL , `code` varchar( 255 ) default NULL , `member_id` int( 10 ) default NULL , `ctime` int( 10 ) default NULL , `note` text, `ip_address` varchar( 255 ) default NULL , PRIMARY KEY ( `id` ) ) TYPE = MYISAM AUTO_INCREMENT =170
and it says underneath....
#1046 - No Database Selected
What could be the problem?
