Separating Apache and MySQL

In the future I might implement load balancing using UltraMonkey.

Now my question is:

Since I'll be putting apache and mysql on separate servers, what do I need to modify in Dolphin so that it points to the DB on the other server?

I'm using 6.1.6

Quote · 24 Dec 2009

You will find your database settings in inc/header.inc.php

$db['host']                = 'localhost';


Change localhost to the ip address of your mysql server.


When you setup the user name for the database on the mysql server, make sure it is allowed to connect from the ip address of the server dolphin is on.

https://www.deanbassett.com
Quote · 24 Dec 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.