openbsd-ports/www/drupal6/core/pkg/UNMESSAGE
2009-04-03 23:26:48 +00:00

9 lines
161 B
Plaintext

Your database is still there.
In mysql, if you want to finish wiping it out, you probably want to do
something like:
drop database drupal;
drop user drupal;