this is true, what i usually do is simple, just add these to your wp-config.php file:
define('WP_HOME', 'h**p://YourFullURLHere'); // no trailing slash
define('WP_SITEURL', 'h**p://YourFullURLHere'); // no trailing slashWordpress will use these values instead of looking for them in the DB...