2013-11-26 22:56:50 +00:00
|
|
|
# Non-standard (but accepted) comment
|
|
|
|
; standard ini comment
|
2013-11-26 22:55:28 +00:00
|
|
|
|
|
|
|
[check_mysql]
|
|
|
|
username=operator
|
2013-11-26 22:56:50 +00:00
|
|
|
; comment in the middle
|
|
|
|
password=secret
|
2013-11-26 22:55:28 +00:00
|
|
|
|
|
|
|
[section_twice]
|
|
|
|
foo=bar
|
|
|
|
|
|
|
|
[check_mysql2]
|
|
|
|
u=admin
|
|
|
|
p=secret
|
|
|
|
|
|
|
|
[section_twice]
|
|
|
|
bar=foo
|
|
|
|
|
|
|
|
[check space_and_flags]
|
|
|
|
foo=bar
|
|
|
|
a=
|
|
|
|
b=
|
|
|
|
bar=
|
|
|
|
|