• I need help ASAP…
    I got 2 server
    1st – for Datebase only
    2nd for – files only

    i allowed all firewall setting…no port is blocking

    i tried to edit the wp-config file but still doesnt work says cant connect… help ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    You need to whitelist the MySQL server IP address in web contents server firewall and web server IP address in MySQL server firewall in order to access it. Make sure in the wp-config file you have used the MySQL server IP address as host instead of localhost.

    Thanks,

    Shane G.

    Thread Starter marioxpl

    (@marioxpl)

    thx for reply

    i changed the ip and i did allow firewall but still doesnt work, is wp-config.php only file i need to modify?

    Hi,

    If you have made proper changes in firewall and allowed MySQL server for remote connection then you have to make only necessary changes in wp-config.php file.

    Thanks,

    Shane G.

    Thread Starter marioxpl

    (@marioxpl)

    im using smart networking for connecting 2 servers

    define(‘DB_HOST’, ‘xx.x.x.xx’);

    so i put the ip of it…

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Connecting DB from other server…’ is closed to new replies.