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
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.
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.
0
This discussion has been closed.
Comments
and use that user in vanilla