AutoPatrol, Bureaucrats, Administrators
683
edits
| 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 =   |   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   | | 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.  | ||