DSN doc: need to escape commas in password

This commit is contained in:
frank-cizmich
2015-05-22 17:57:30 -03:00
parent 66c74af47b
commit 5128019009
23 changed files with 42 additions and 0 deletions

View File

@@ -7147,6 +7147,7 @@ TABLE.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -7616,6 +7617,7 @@ Plugin module name.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -5672,6 +5672,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -5330,6 +5330,7 @@ Express IP addresses as integers.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -5457,6 +5458,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -5367,6 +5367,7 @@ Check for duplicate f=foreign keys, k=keys or fk=both.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -5509,6 +5510,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -4386,6 +4386,7 @@ complicated expressions with parentheses and mixtures of OR and AND.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -4879,6 +4880,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -4322,6 +4322,7 @@ Print all output to this file when daemonized.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -4444,6 +4445,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -5877,6 +5877,7 @@ L<"--frames">. For example,
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -6117,6 +6118,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -7127,6 +7127,7 @@ Ignore tables whose names match the Perl regex.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --port =item --port
@@ -7443,6 +7444,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -7611,6 +7611,7 @@ MAGIC_create_log_table:
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -8138,6 +8139,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -2959,6 +2959,7 @@ Host to connect to.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --port =item --port

View File

@@ -11378,6 +11378,7 @@ exist.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -11692,6 +11693,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -15791,6 +15791,7 @@ so the data structure may change in future versions.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -16384,6 +16385,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -2190,6 +2190,7 @@ Only show grants for this comma-separated list of users.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -2302,6 +2303,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -4625,6 +4625,7 @@ Print all output to this file when daemonized.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -4764,6 +4765,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -4089,6 +4089,7 @@ Connect to host.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -4264,6 +4265,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -5567,6 +5567,7 @@ explicitly, L<"--stop"> will disable it.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -5832,6 +5833,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -1893,6 +1893,7 @@ Send an email to these addresses for every L<"--collect">.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid

View File

@@ -12236,6 +12236,7 @@ you notice queueing, it is best to decrease the chunk time.
short form: -p; type: string; group: Connection short form: -p; type: string; group: Connection
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -12694,6 +12695,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -12317,6 +12317,7 @@ replication or the like. Tables are locked with LOCK TABLES.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -12619,6 +12620,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -7334,6 +7334,7 @@ Print all output to this file when daemonized.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -7460,6 +7461,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -11191,6 +11191,7 @@ on by default.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -5906,6 +5906,7 @@ to ignore.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -6034,6 +6035,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P

View File

@@ -3047,6 +3047,7 @@ Connect to host.
short form: -p; type: string short form: -p; type: string
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item --pid =item --pid
@@ -3139,6 +3140,7 @@ Connect to host.
dsn: password; copy: yes dsn: password; copy: yes
Password to use when connecting. Password to use when connecting.
If password contains commas they must be escaped with a backslash: "exam\,ple"
=item * P =item * P