I logged in to my cPanel.
I have two blogs.
http://www.mywebsiteworkout.com/wordpress/ and
/wordpress/
When I saw that wordpress 2.7 was available, I went ahead and clicked on wordpress 2.7 upgrade for my blog /wordpress/. I had not saved wp-config.php file. But it went fine. I just added the revision control statement in it.
/personal-finances/
After I repeated the same for my blog /personal-finances/, I had not saved the wp-config.php either.
Without realizing, I copied wp-config.php from /wordpress/ blog over to my PC, made revision control changes and uploaded it to /wordpress/.
But at the same time, uploaded the /wordpress/ wp-config.php file to my blog /personal-finances/.
Is there any way I can retrieve the /personal-finance/ wp-config.php file?
Because the /personal-finances/ is using the database for /wordpress/ now.
The wp-config.php for /wordpress/ has the below information.
define('DB_NAME', xxxx); // The name of the database
define('DB_USER', xxx); // Your MySQL username
define('DB_PASSWORD', 'xxx{'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
I remember when I started /person-finance/, it had similar info but with:
define('DB_NAME', 'lxjscie_wrdp2'); // The name of the database
define('DB_USER', 'lxjscie_wrdp2'); // Your MySQL username
Please help!
I have two blogs.
http://www.mywebsiteworkout.com/wordpress/ and
/wordpress/
When I saw that wordpress 2.7 was available, I went ahead and clicked on wordpress 2.7 upgrade for my blog /wordpress/. I had not saved wp-config.php file. But it went fine. I just added the revision control statement in it.
/personal-finances/
After I repeated the same for my blog /personal-finances/, I had not saved the wp-config.php either.
Without realizing, I copied wp-config.php from /wordpress/ blog over to my PC, made revision control changes and uploaded it to /wordpress/.
But at the same time, uploaded the /wordpress/ wp-config.php file to my blog /personal-finances/.
Is there any way I can retrieve the /personal-finance/ wp-config.php file?
Because the /personal-finances/ is using the database for /wordpress/ now.
The wp-config.php for /wordpress/ has the below information.
define('DB_NAME', xxxx); // The name of the database
define('DB_USER', xxx); // Your MySQL username
define('DB_PASSWORD', 'xxx{'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
I remember when I started /person-finance/, it had similar info but with:
define('DB_NAME', 'lxjscie_wrdp2'); // The name of the database
define('DB_USER', 'lxjscie_wrdp2'); // Your MySQL username
Please help!
Comment