Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Can't Install Vanilla 2
I'm trying to test out Vanilla for my organization to get off of phpBB, but when I went to install it, everything went to hell in a handbasket. I provided the connection information to the database and hit Continue only to have an error thrown back in my face about not being able to connect to the database with the username and password I'd supplied. Weird thing is, I can log in to phpMyAdmin with the same username and password, so I'm not sure why Vanilla can't make the connection.
Here's the connection information I'm using (sans password):
And like I said, it's throwing the following error:
Any ideas?
Here's the connection information I'm using (sans password):
Host: localhost:/tmp/mysql5.sock
DB Name: anodyne_vanilla
DB User: vanillauser
DB Password: **********
And like I said, it's throwing the following error:
Failed to connect to the database with the username and password you entered. Did you mistype them? The database reported:
SQLSTATE[00000] [1045] Access denied for user: 'vanillauser@localhost' (Using password: YES)
Any ideas?
2
Comments
TCP
UDP
Socket
The benefits of the latter 2 are marginal over TCP but all 3 are valid ways to utilize MySQL. Not 100% sure if PDO supports UDP but PHP does for MySQL.
'When you’re done it will look like this:' Then nothing shown.
Any chance of adding?
UPDATE - in latest Vanilla 2.0.16.7 - there is no file 'library/database/core.database.php' ??
Also, it's the library/database/class.database.php file. Thanks for pointing it out.