Splitting The Webserver And Database

Hi all, we're about to upgrade our hosting infrastructure, and one of things we will be doing is moving the database to its own server.

As far as I'm aware, we just need to change the line in the config.local.php file;

$config['db_host'] = 'localhost';

From 'localhost' to an i.p. or DNS name, obviously for the DB connection to work.

Just wondering if there is anything else we need to do?

Thanks, Scott.

Right, only this change is required

Thank you very much.