9 lines
161 B
Plaintext
Raw Normal View History

2016-06-30 11:50:25 +00:00
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;