When running the StartManager.pl script, I get this error.
./startup.sh
2007-08-14 16:11:46 WARN [HoneyClient::DB::db_exists] (/usr/local/share/perl/5.8.8/HoneyClient/DB.pm:1102) - Unable to connect to database: HoneyClient DBI connect('database=HoneyClient;host=172.16.164.1;port=3306','honeyclient_user',...) failed: Can't connect to MySQL server on '172.16.164.1' (110)
I try to change to localhost IP and the new error as reported:
WARN [HoneyClient::DB::db_exists] (/usr/local/share/perl/5.8.8/HoneyClient/DB.pm:1102) - Unable to connect to database: HoneyClient DBI connect('database=HoneyClient;host=127.0.0.1;port=3306','honeyclient_user',...) failed: Access denied for user 'honeyclient_user'@'localhost' (using password: YES) at /usr/local/share/perl/5.8.8/HoneyClient/DB.pm line 887
How do I make the DB environment?