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'
> 
> Keeps happening to me too.
> 
> It was working the day before :(
> 
> Jason
Were you moving directories around?
Looks like testdb has some spaces or other unprintable characters in its 
directory name.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to