Source
108
108
# DBUser=
109
109
110
110
DBUser=zabbix
111
111
112
112
### Option: DBPassword
113
113
# Database password.
114
114
# Comment this line if no password is used.
115
115
#
116
116
# Mandatory: no
117
117
# Default:
118
-
DBPassword=useruser
118
+
# DBPassword=
119
119
120
120
### Option: DBSocket
121
121
# Path to MySQL socket.
122
122
#
123
123
# Mandatory: no
124
124
# Default:
125
125
# DBSocket=
126
126
127
127
### Option: DBPort
128
128
# Database port when not using local socket.