How do I start over, or start a new site without reinstalling apache/php/mysql (I´m using apache2triad)?

Comments

Gman’s picture

Just delete all the drupal tables using phpmyadmin, and then delete all the files under the drupal folder in your site. Then grab that latest release of Drupal and start the install process from scratch.

You don't need to touch apache, mysql or php in anyway to start your drupal site over. -Gman

webjourneyman’s picture

Thanks, I´m a total newbie. Have never touched anything more complex than html. Going to add phpmyadmin to my list of crash courses now.