UPDATE wp_options SET option_value = replace(option_value, 'www.beaverton.org', 'localhost/beaverton-chamber-of-commerce');
UPDATE wp_posts SET post_content = replace(post_content, 'www.beaverton.org', 'localhost/beaverton-chamber-of-commerce');
UPDATE wp_posts SET guid = replace(guid, 'www.beaverton.org', 'localhost/beaverton-chamber-of-commerce');
UPDATE wp_postmeta SET meta_value = replace(meta_value,'www.beaverton.org','localhost/beaverton-chamber-of-commerce');
UPDATE wp_posts SET pinged = replace(pinged,'www.beaverton.org','localhost/beaverton-chamber-of-commerce');
UPDATE wp_options SET option_value = replace(option_value, 'www.test-columnright.com/beavertonchamber', 'localhost/beaverton-chamber-of-commerce');
UPDATE wp_posts SET post_content = replace(post_content, 'www.test-columnright.com/beavertonchamber', 'localhost/beaverton-chamber-of-commerce');
UPDATE wp_posts SET guid = replace(guid, 'www.test-columnright.com/beavertonchamber', 'localhost/beaverton-chamber-of-commerce');
UPDATE wp_postmeta SET meta_value = replace(meta_value,'www.test-columnright.com/beavertonchamber','localhost/beaverton-chamber-of-commerce');
UPDATE wp_posts SET pinged = replace(pinged,'www.beaverton.org','localhost/beaverton-chamber-of-commerce');
UPDATE wp_options SET option_value = replace(option_value, 'chamber.crystalize.me', 'localhost/beaverton-chamber-of-commerce');
UPDATE wp_posts SET post_content = replace(post_content, 'chamber.crystalize.me', 'localhost/beaverton-chamber-of-commerce');
UPDATE wp_posts SET guid = replace(guid, 'chamber.crystalize.me', 'localhost/beaverton-chamber-of-commerce');
UPDATE wp_postmeta SET meta_value = replace(meta_value,'chamber.crystalize.me','localhost/beaverton-chamber-of-commerce');
UPDATE wp_posts SET pinged = replace(pinged,'chamber.crystalize.me','localhost/beaverton-chamber-of-commerce');

change wp-config home url

login to admin, click permalinks, save

define('WP_HOME','http://localhost/beaverton-chamber-of-commerce');
define('WP_SITEURL','http://localhost/beaverton-chamber-of-commerce');

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'tigersheep_chamber');

/** MySQL database username */
define('DB_USER', 'tigersheep_chamb');

/** MySQL database password */
define('DB_PASSWORD', '515sfwt6');

/** MySQL hostname */
/**define('DB_HOST', 'sql5c2a.megasqlservers.com'); */
	define('DB_HOST', 'localhost');