mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-05-03 01:00:39 +08:00
Merge pull request #28 from percona/passsword-parameter-cant-contain-commas-lp1277049
DSN doc: need to escape commas in password
This commit is contained in:
@@ -4327,6 +4327,7 @@ Print all output to this file when daemonized.
|
||||
short form: -p; type: string
|
||||
|
||||
Password to use when connecting.
|
||||
If password contains commas they must be escaped with a backslash: "exam\,ple"
|
||||
|
||||
=item --pid
|
||||
|
||||
@@ -4449,6 +4450,7 @@ Connect to host.
|
||||
dsn: password; copy: yes
|
||||
|
||||
Password to use when connecting.
|
||||
If password contains commas they must be escaped with a backslash: "exam\,ple"
|
||||
|
||||
=item * P
|
||||
|
||||
|
||||
Reference in New Issue
Block a user