that means: Database connection failed!
you have your mysql details incorrect:
1. your login/password is not defined or is wrong in mysql
2. you don't have mysql powered up AT ALL
3. you miss mysql folders named MY and/or ACCOUNT.
fix database connection issues:
1. easy to fix, just go to mysql installation folder and run mysql.exe
1.a. exec exactly this in mysql console:
Code:
grant all on *.* to 'root'@'localhost' identified by 'test';
2. go to computer (right click, manage) go to srvices and search for mysql. if it's not there run cmd.exe and go to mysql installation folder and run "mysqld-nt --install"
3. go to mysql installation folder and make sure that you have "my" and/or "account" folders inside. if you don't you need to put them there, if yes, check the contents.