wp-config file deleted ...HELP ME

Status
Not open for further replies.

myallptcsites66

New Member
Messages
58
Reaction score
0
Points
0
By mistake I have deleted wp-config file from my database. And after uploading the wp-config file again I noticed that I have putted wrong database details But I a m unable to locate the correct details that to be putted in wp-config file


('DB_NAME', 'satyadau_wrdp1');

/** MySQL database username */
define('DB_USER', '');

/** MySQL database password */
define('DB_PASSWORD', '');

/** MySQL hostname */
define('DB_HOST', '');


How can I get the database details.

I used fantastico for uploading wordpress.
 

stpvoice

Community Support Rep
Community Support
Messages
5,987
Reaction score
212
Points
63
You should be able to find the database name in cPanel under Databases -> MySQL databases.
From there you can also create a new user. You can't change the password directly by the look of it. There's a form about halfway down the page to create a new user. Take note of the username and password you choose to use in the configuration file.
The MySQL host is localhost.
 
Status
Not open for further replies.
Top