define('OW_DB_HOST', 'localhost');
change localhost to the IP of where the new mysql database can be found
define('OW_DB_PORT', null);
change this to the port number used by mysql (i think this only needs to be changed if its has been changed from the default)