connect to the database netxms

Started by yos, January 29, 2013, 03:23:57 PM

Previous topic - Next topic

yos

hello i have problem while  runing this command

/usr/local/bin/nxdbmgr init /usr/local/share/netxms/sql/dbinit_mysql.sql

the result is :

NetXMS Database Manager Version 1.2.5
Unable to connect to database netxms@localhost as netxms: Access denied for user 'netxms'@'localhost' (using password: YES)

netxmsd.conf:


DBDriver = /usr/local/lib/libnxddr_mysql.so
DBServer = localhost
DBName = netxms
DBLogin = netxms
DBPassword = PaSsWd
LogFile = /var/log/netxmsd
LogFailedSQLQueries = yes

any help plz
and thanks  :)

Victor Kirhenshtein

Hi!

It just means what it says: access to database denied. You either using incorrect password, or user netxms is not allowed to login from localhost. Check your MySQL settings.

Best regards,
Victor

yos