Re: Unknown Database, Error 1049 problems...

2001-03-28 Thread jason
I know you people are busy but I have seen this question a few times on the lists to no avail. *see below* It has been figured out by my admin. It appears that one or more entries in the ACL tables is corrupt, when this happens so its preventing logins. So you have to replace the ACL with a f

Re: Unknown Database, Error 1049 problems...

2001-03-28 Thread Gerald Clark
Jason Guritz wrote: > > mysql> show databases; > +---+ > | Database | > +---+ > | directory | > | mysql | > | phpBB | > | testdb | > | trial | > +---+ > 5 rows in set (0.00 sec) > > mysql> use testdb; > ERROR 1049: Unknown database 'testdb' > > Keep

Unknown Database, Error 1049 problems...

2001-03-26 Thread Jason Guritz
mysql> show databases; +---+ | Database | +---+ | directory | | mysql | | phpBB | | testdb | | trial | +---+ 5 rows in set (0.00 sec) mysql> use testdb; ERROR 1049: Unknown database 'testdb' Keeps happening to me too. It was working the day before :