I am trying to run the installation and I get this db error (copied from log file):
---------------
Apr 04 2009 17:56 -- database_setup
FATAL: Connection to Database failed -
---------------
Apr 04 2009 17:56 -- database_setup1
Installer - Page: database_setup -- collected information: Array
(
[language] => english
[DIR_FS_SQL_CACHE] => /C:/resin-3.1.8/webapps/zencart/cache
[DB_TYPE] => mysql
[DB_PREFIX] =>
[DB_SERVER] => localhost
[DB_SERVER_USERNAME] => root
[DB_SERVER_PASSWORD] => WVdKak1USXo=
[DB_DATABASE] => zencart
[STORE_SESSIONS] => db
[USE_PCONNECT] =>
[SQL_CACHE_METHOD] => none
)
I followed the tutorials closely, with no success.
I am able to log into mysql with user ("root") and the given password (hashed in the log above). I also created the database "zencart". I made sure that the database side is correct by (double) checking with ToadForMySQL.
The suspect at this moment is Resin and the way it executes the command to connect to mysql.
Did anyone run into similar problems?
How can I capture the command that gets executed to connect to the database?



