I'm trying to integrate Wordpress and Vanilla by using this method: http://lussumo.com/docs/doku.php?id=vanilla:integration:wordpress I've hit a point where I don't quite know what the author wants the reader to do - right before the "Authentication Integration" part, the author talks about writing table alteration scripts for the wp_users table. He says he "ran that query on my wordpress database and double-checked to be sure that all of the extra columns for Vanilla were added to the wp_users table." My question - where, how and if I should run that query?
You'll want to run this query inside of PHPmyadmin. Click the "sql" button on the top right inside phpmyadmin and it'll give you a box where you can paste in a query to run.