synthesys Posted December 20, 2007 Posted December 20, 2007 Is there any hope for an admin who has forgotten a database password? George Quote
TCH-Thomas Posted December 20, 2007 Posted December 20, 2007 It might be. What script/software, is it a blog, forum etc? Quote
synthesys Posted December 20, 2007 Author Posted December 20, 2007 It might be. What script/software, is it a blog, forum etc? I'm upgrading Joomla. I'm not even sure I'll need the password for this but wanted to know how I could proceed if I do need it. I'm thinking if nothing else create a new database (remembering the password) and copy into it from the original. George Quote
TCH-Dick Posted December 20, 2007 Posted December 20, 2007 If you have it setup and working in a script then check your config files. If not just delete, recreate with new pass, and assign the user back to the database. Quote
TCH-Thomas Posted December 21, 2007 Posted December 21, 2007 The databse info can be found in configuration.php, so download this file to your own computer and open it in notepad or similar and you should find the following info. >The database name is on line $mosConfig_db = 'cpanelusername_databasename'; The database password is on line $mosConfig_password = 'The password'; The database user name is on line $mosConfig_user = 'cpanelusername_username'; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.