mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 21:54:48 +00: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:
@@ -5572,6 +5572,7 @@ explicitly, L<"--stop"> will disable it.
|
||||
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
|
||||
|
||||
@@ -5837,6 +5838,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