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.

XAMPP - root has no password and vanilla can't access the DB - solution

edited May 2007 in Vanilla 1.0 Help
I installed vanilla on XAMPP Linux, root for MySQL has NO password. Installation has worked, but after that, vanilla can't access the DB. Intresting is, that there is "Using Password: YES" to read.

Here's the Solution:
- Install vanilla normal
- Edit the ./conf/database.php file.
add after
$Configurtion['DATABASE_USER'] = 'root';
this:
$Configuration['DATABASE_PASSWORD'] = ''; // That are no doublequote, that are two single-quotes.

Finished, Vanilla is now working correct.

Comments

This discussion has been closed.