So I could just take it all down and start over with 3.5?
Normally I would say no to that as that's kind of a Nuclear Option...
The site is quite small. I can easily start over.
if you're OK with that and want to do that then sure, full speed ahead! But try this out in case you get buyer's remorse. Do this when you're ready to.
- Make a copy of your current wp-config.php
file for safe keeping.
- Using notepad or any other plain text editor edit wp-config.php
and look for the line that says
$table_prefix = 'wp_';
Change that to
$table_prefix = 'wp2_';
Now visit your WordPress URL. You should get sent to the Installation page and you can start over that way.
If you change your mind later on then just restore that wp-config.php
and you'll be back where you were before.
What this trick does is creates new tables for your WordPress installation as if it were a brand new setup. And being able to go back like that isn't a bad option in case you change your mind.