Ticket #69 (closed improvement: fixed)

Opened 1 year ago

Last modified 1 year ago

Database Problems When Running StartManager.pl

Reported by: anonymous Assigned to: knwang
Priority: low Milestone: 1.1
Component: HoneyClient::DB Version: none
Severity: minor Keywords: database, initialization
Cc:

Description (Last modified by kindlund)

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?

Attachments

Change History

08/14/07 10:23:00 changed by anonymous

  • status changed from new to closed.
  • resolution set to fixed.

OK ! install_honeyclient_db.pl

08/15/07 19:43:52 changed by kindlund

  • description changed.
  • component changed from Unknown to HoneyClient::DB.
  • summary changed from Problems to run startmanager to Database Problems When Running StartManager.pl.
  • priority changed from normal to low.
  • milestone set to 1.1.
  • keywords set to database, initialization.

Yes, you need to run the bin/install_honeyclient_db.pl script. However, database support is currently not documented. If you would rather run without using any database support, please upgrade to v0.9.9.

— Darien


Add/Change #69 (Database Problems When Running StartManager.pl)




Change Properties
Action