site not wporking

Status
Not open for further replies.

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
from where it can be checked i am at my cpanel

Hey neteater:

This is step by step procedure follow it..

1) Open cpanel file manager.
2) Select wp-config.php file located in your wordpress root folder.
3) Open it in code editor.
4) Press Ctrl+F and find 'DB_HOST'. It should be on line 28
5) Right after that change the text any written to localhost.
6) After editing it should look like this.
/** MySQL hostname */
define('DB_HOST', 'localhost'
 
Last edited:

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
no it is define('DB_HOST', 'mysql-lotus.x10hosting.com');

it should be localhost make the mysql-lotus.x10hosting.com to localhost

define('DB_HOST', 'localhost');
 
Last edited:
Status
Not open for further replies.
Top