Separate DB server Installation with “Error establishing a database connection”
-
Spent whole to figure this out. I want to separate DB server and wordpress web server.
I am 200% sure the parameters following are correct. However, i am still getting “Error establishing a database connection” during installation. Besides, i installed mysql client on wordpress web server and i can login mysql server remotely with same username and credentials. But the wordpress installation scripts always give me error messages.
define(‘DB_NAME’, ‘wordpress’);
define(‘DB_USER’, ‘root’);
define(‘DB_PASSWORD’, ‘root’);
define(‘DB_HOST’, ‘ip’);Any suggestions?
Thanks
Fan
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Separate DB server Installation with “Error establishing a database connection”’ is closed to new replies.