By 49nq1 on
Hello,
I have built a drupal site on my localhost, and now i want to clean everything
and start a new site.
my question is, Do I need to delete everything from the database by hand
or there is a simple/faster way to do that? (maybe a module).
I want to keep all the modules, but to delete all the info that i used for the other site, like
I have just installed them.
thank you.
Comments
Why limit yourself to one
Why limit yourself to one site at a time?
Why not create a new database, and a new site as "new-site.localhost". That way you can learn about multi-site configuration, and will have the first site to refer to if you get into trouble.
If you really do want to delete your first site, I would drop the database and create a new one. I don't know if there's a way to restore to default settings, but if there was, the trouble with that approach is that if you later get into trouble, you'll be left wondering if it was caused by something left behind by the old configuration.