That's pretty much a standard disclaimer, any time anyone with experience is recommending you manually run a db query. Along with either/or, "Make sure you do a backup first!"
Could sound ominous, but really it's not. It's just part of "best practices" not to do stuff like that on your live site without first trying it on a tester. And it's "best practices" to recommend testing first.
Totally understand the disclaimer aspect. No way 100% of the suggestions will work 100% of the time. And it's the 0.00001% of the time something doesn't work...is when something will come back to bite you in the butt!
Quote:
Originally Posted by Max Taxable
You never let us know if you ran the query or not, and if so did it get you where you wanted to be.
My main issue is I've had trouble setting up a test site. Tried doing it on my server...and it didn't work out (even with expert help). And tried doing a local test setup using products like XAMPP & MAMP...and couldn't get it to work ether. Setup instructions for XAMPP & MAMP just not detailed enough. I'm sure after I figure out how to do it the first time...it will make total sense.