database issue

Status
Not open for further replies.

roylesage

New Member
Messages
2
Reaction score
0
Points
0
No changes were made but now when entering the main page of the site. I get error:unable to establish database connection when accessing main page.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
If you are using Wordpress, find the file in the main Wordpress directory named wp-config.php

Open and edit the host name to 'localhost'
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
After editing it should look like this.

Code:
/** MySQL hostname */
define('DB_HOST', 'localhost');
 
Last edited:
Status
Not open for further replies.
Top