Difference between revisions of "Server Installation Guide"

no edit summary
Line 90: Line 90:
7. Modify server configuration file (default is /etc/netxmsd.conf). It should look the following way:
7. Modify server configuration file (default is /etc/netxmsd.conf). It should look the following way:


  DBDriver = /usr/local/lib/libnxddr_mysql.so
  DBDriver = mysql.ddr
  DBServer = localhost
  DBServer = localhost
  DBName = netxms
  DBName = netxms
Line 106: Line 106:
| CodePage || Server's code page. Default value depends on your system, usually ISO8859-1. You should change it if you plan to use national characters in object names, comments, etc. This parameter will have no effect if server was compiled without iconv support.
| CodePage || Server's code page. Default value depends on your system, usually ISO8859-1. You should change it if you plan to use national characters in object names, comments, etc. This parameter will have no effect if server was compiled without iconv support.
|-
|-
| DBDriver || Database driver to be used. You can use one of the following drivers (Windows):
| DBDriver || Database driver to be used. You can use one of the following drivers:


* mysql.ddr Driver for MySQL database.
* mysql.ddr Driver for MySQL database.
683

edits