re-using database name?
Posted by: jjalocha
Posted on: 2007-12-05 06:41:00
This is my first post on this forum, so I'd like to say hello first!
I'm actually learning to use Drupal/MySql/PHP/etc, and so I set up a subdomain for testing purposes.
Now, I have deleted a broken database (from the webpanel), and wanted to create it from scratch again. I'd like to use the same database name again, but MySQL complains about that database already existing. I also get an error when trying to create it from the command line.
I guess, this is related to the new "MySQL Recycle" feature, that allows you to restore deleted databases during 5 days (http://wiki.dreamhost.com/V9.11_November_2007). But oddly, I don't get this option in my webpanel. (In Goodies > Manage MySQL).
So, I'm not sure if:
* MySQL Recicle is broken for me,
* It is impossible in Dreamhost to create a database with a name which was previously used.
I could just use another database name, but I'd like to understand what's going on, first.