phpMyAdmin looking for old (deleted) database

htmlguy212

Verified User
Joined
Dec 30, 2006
Messages
8
I'm trying to import tables through phpmyadmin and I am getting an error that references a db I deleted yesterday

#1049 - Unknown database 'admin_gxdb1'

I checked mysql and it doesn't show it existing. is phpMyadmin needing to have some cache cleared out, or is this something else

Code:
Error

SQL query:

-- $Id: database.4.1.mysql,v 1.1.2.1 2006/05/23 18:45:47 killes Exp $
--
-- Table structure for table 'access'
--
CREATE TABLE admin_gxdb1._access(
aid tinyint( 10 ) NOT NULL AUTO_INCREMENT ,
mask varchar( 255 ) NOT NULL default '',
TYPE varchar( 255 ) NOT NULL default '',
STATUS tinyint( 2 ) NOT NULL default '0',
PRIMARY KEY ( aid )
) TYPE = MYISAM ;

MySQL said: Documentation
#1049 - Unknown database 'admin_gxdb1'


MySQL client version: 4.1.21
phpMyAdmin - 2.9.1
 
browser ssl cache problem?

don't really understand why, but i think it has to do with me not knowing a lot about ssl.

i tried with a different browser and i was able to import with no problem :)
 
Back
Top