Quote:
Originally Posted by mavrick
Yes you can do that..... you need to specifiy on install where the mysql server is.
|
i need to specify on the 2nd install that its on the 1st server?
sounds pretty sweet! imma give it a shot
UPDATE:
Quote:
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/rwp/public_html/online/includes/db_mysql.php on line 140
The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.
|
Below ive tried both
www.site.com
ort and ip

ort . I am assuming it wont connect due to possible restriction from the current DB host?
Quote:
// ****** DATABASE SERVER NAME ******
// This is the hostname or IP address of the database server.
// It is in the format HOST:PORT. If no PORT is specified, 3306 is used.
// If you are unsure of what to put here, leave it at the default value.
$servername = '1.1.1.1:123';
|