Cannot load mysql driver when it is installed

Started by paintballer4lfe, May 14, 2016, 01:52:30 AM

Previous topic - Next topic

paintballer4lfe

So i am new here, and new to the NetXMS system but it looks great.
But anyways, i am trying to configure the server connection for the mysql database and i am getting an error i can't seem to understand and fix.

I have mysql running and setup correctly. I have the config for xms configed correctly for mysql.
everytime i go to connect to the database using the config tool it says i cannot load the driver for mysql.

My server setup for this install and config:
MySQL 5.5
NetXMS 2.0.3
all MySQL connectors installed except python connector.
mysql is running with correct login info.
server is windows 2008 32bit

any insight as to how to get this to config would be much appreciated.

tomaskir

1) Post your NetXMS config file (feel free to strip sensitive info)
2) Run the server under debug (netxmsd.exe -D5) and post the logfile. (make sure to set LogFile=c:\some\path\log.txt in config file)

paintballer4lfe

My config:
#
# NetXMS Server configuration file
# Created by NetXMS Server configuration wizard at Fri May 13 18:44:22 2016
#

LogFile = {syslog}
DBDriver = mysql.ddr
DBServer = *.*.*.*
DBName = netxms
DBLogin = root
DBPassword = *********
LogFailedSQLQueries = yes


Heres the debug log:

[14-May-2016 01:00:00.522] Log file opened
[14-May-2016 01:00:00.568] [ERROR] Unable to load database driver module "mysql.ddr": The specified module could not be found.


but i dont understand how im missing the driver module when it was installed with the installer right?

paintballer4lfe

Late night update:
I got the configuration to work, for some reason the mysql module didnt install during the setup so i just re ran it and it copied it over this time.

Me being dumb maybe idk.