Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Connection to MySQ database failed
I have a vanilla forum running http://munroe.ws/vanillaforum/ I have it hosted on a Linux shared hosting plan with GoDaddy. I wanted to open up the database to remove names. I tried to do this through my hosting Manager Home>Databases>MySQL using which brought up the application phpMyAdmin2.7.0-pl2 Since it didn't respond to my Forum Admin ID and Password, I tried resetting the password. I still couldn't access the database.
However, now, although I get a Vanilla Forum login screen when I try to access the forum from the web, any action such as entering my user name and password and then clicking on "Proceed" or Apply for Membership gets a
"fatal, non-recoverable error has occured" Error message: The connection to the database failed: Affected Elements MySQL.OpenConnection(); The error occured on or near: Access denied for user: 'mun0708712245012@linhost265.prod.mesal.secureserver.net' (Using pasword: YES) for additional support documentation, visit the Lussumo Documentation website: lussumo.com/docs
So, I am pretty sure that by setting a password, I have broken it somehow. I don't want to reinstall and start over because I have users of the forum which hasn't been up long, but it is my highschool class and has been up for about 3 weeks.
0
This discussion has been closed.
Comments
$Configuration['DATABASE_PASSWORD'] = 'yournewpassword';
(I am no sure I understand you thought, but your forum user and your db user, the one you use to connect to the db or to phpmyadmin, are 2 different things.)