Shoutbox

2 bb forums password - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: 2 bb forums password (/showthread.php?tid=78259)

2 bb forums password by Jarrod on 10-17-2007 at 09:54 AM

i have a mybb forum but i forgot the sql database password, i can reset the password but will it stuff up the other forum on the same database??


RE: 2 bb forums password by Menthix on 10-17-2007 at 09:59 AM

If both use the same database you'll need to change the password in both SQL config files of the forums.


RE: 2 bb forums password by Jarrod on 10-17-2007 at 10:24 AM

i thought they md5 hased the passwords??


RE: 2 bb forums password by user35870 on 10-17-2007 at 10:42 AM

quote:
Originally posted by xen0h
i thought they md5 hased the passwords??

No, the password for connection to the MySQL server isn't.

You can change it in inc/config.php, the setting:

code:
$config['password'] = '';

RE: 2 bb forums password by Jarrod on 10-17-2007 at 12:42 PM

what i meant was the password wasn't hashed so i solved it by opening my existing config and reading the password


RE: 2 bb forums password by Menthix on 10-17-2007 at 05:34 PM

quote:
Originally posted by xen0h
i solved it by opening my existing config and reading the password
Hah, yeah that does make more sense than resetting it :D.

Most PHP scripts don't hash the SQL password in the config file.