Re: Database Can't Be Dropped

2004-01-22 Thread BAO RuiXian
[EMAIL PROTECTED] wrote: Quite some time ago, I started doing a book of exercises. I got some work, put it down, and now I need to start over. So I start up MySQL, do a "DROP DATABASE [name];". And I'm answered by: ERROR 1008: Can't drop database '[name]'. Database doesn't exist" So I figure, o

Re: Database Can't Be Dropped

2004-01-22 Thread mos
At 08:29 PM 1/22/2004, you wrote: Quite some time ago, I started doing a book of exercises. I got some work, put it down, and now I need to start over. So I start up MySQL, do a "DROP DATABASE [name];". And I'm answered by: ERROR 1008: Can't drop database '[name]'. Database doesn't exist" So I fig

Database Can't Be Dropped

2004-01-22 Thread [EMAIL PROTECTED]
Quite some time ago, I started doing a book of exercises. I got some work, put it down, and now I need to start over. So I start up MySQL, do a "DROP DATABASE [name];". And I'm answered by: ERROR 1008: Can't drop database '[name]'. Database doesn't exist" So I figure, okay, then I can CREATE it,