mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-04 11:37:16 +00:00
10 lines
269 B
Plaintext
10 lines
269 B
Plaintext
[mysqld]
|
|
user=mysql # comment
|
|
password="password # still part of it!"# comment
|
|
something='something ; or # another' # comment
|
|
;semicolon="start of line comment with ;"
|
|
#pound="start of line comment with #"
|
|
;spacecolon
|
|
#spacepound
|
|
log_bin # bool with comment
|