Re: transfering wp and bb to the same db
Not a problem as long as you have access to the databases. Open phpMyAdmin through your administration panel of your web hosting account, go to your database, open wp_usermeta and then click the ‘Search’ tab. Put into the “search conditions” field
user_id = 1 AND meta_key = 'bb_capabilities'
(this should be the user_id of your admin account). Edit the (hopefully) one result that comes up, and change the meta_value to a:1:{s:9:"keymaster";b:1;}
. Then you should be keymaster.