I'm setting up NETXMS 1.2.7 on Windows 7 machine. I can get through the install and I'm having trouble in the configuration part. When I try to start Netxms Core I get the following: Unable to establish connection with database (Access denied for user 'netxms_usr'@'localhost' (using password: YES))
I have tried using ODBC connection. I have tried installing MS SQL Server and using that as my DB engine. I have tried using SQL Lite. All give the same error, cannot connect to db.
I can connect other programs to my database server. Firewall is off. It is only Netxms I am having a problem with.
When I run netxmsd check I get 'NetXMS Core initialization failed'.
Below is my config file(username and password masked out). Any ideas?
LogFile = {syslog}
DBDriver = mysql.ddr
DBServer = localhost
DBName = netxms_db
DBLogin = ############
DBPassword = ##############
LogFailedSQLQueries = yes
I have tried using ODBC connection. I have tried installing MS SQL Server and using that as my DB engine. I have tried using SQL Lite. All give the same error, cannot connect to db.
I can connect other programs to my database server. Firewall is off. It is only Netxms I am having a problem with.
When I run netxmsd check I get 'NetXMS Core initialization failed'.
Below is my config file(username and password masked out). Any ideas?
LogFile = {syslog}
DBDriver = mysql.ddr
DBServer = localhost
DBName = netxms_db
DBLogin = ############
DBPassword = ##############
LogFailedSQLQueries = yes