roropheno
New Member
- Messages
- 6
- Reaction score
- 0
- Points
- 0
Since the move over to the other server, I've not been able to access my blog even though I've changed the database from localhost to mysql.x10hosting.com. The problem being that my database password isn't there (probably an accidental backspace on my part), and I don't know what or how to get the password to the database.
My information:
define('DB_NAME', 'r0r0_wrdp2'); // The name of the database
define('DB_USER', 'r0r0_wrdp2'); // Your MySQL username
define('DB_PASSWORD', ''); // ...and password
define('DB_HOST', 'mysql.x10hosting.com'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
This is probably something simple that takes no more than five minutes, but I can't seem to figure it out. Is there anyway to retrieve the password to the database, or will I have to contact somebody?
Any help would be grateful, thanks!
My information:
define('DB_NAME', 'r0r0_wrdp2'); // The name of the database
define('DB_USER', 'r0r0_wrdp2'); // Your MySQL username
define('DB_PASSWORD', ''); // ...and password
define('DB_HOST', 'mysql.x10hosting.com'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
This is probably something simple that takes no more than five minutes, but I can't seem to figure it out. Is there anyway to retrieve the password to the database, or will I have to contact somebody?
Any help would be grateful, thanks!