PDA

View Full Version : Database do not get delete


SilviuB
09-21-2011, 12:18 PM
Hello, i have a little problem.

Recently i created a database named testdb with the user testu and after completed my tests i deleted it. Today i wanted to do more tests and when i tried to create testdb with testu i got this errors:

Error: Database name already exists

and

Error: Database user already exists

After doing some more test like this i realized that once i use a database name and database user and deleted them ... i can't use them in the future. Why is this ? why wouldn't they delete ?

slava
09-21-2011, 12:54 PM
Hello,
check table Db in MySQL database mysql and delete records with this database name

SilviuB
09-22-2011, 09:18 AM
It worked. Thanks.

Did a couple of tests and i saw that not all the databases i've created and deleted are there. How come ?

Thanks for helping me :)