mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-18 08:24:06 +00:00
PT-2340 - Support MySQL 8.4
- Updated documentation
This commit is contained in:
@@ -406,7 +406,7 @@ databases while running.
|
||||
=item F
|
||||
|
||||
Defaults file for the MySQL client library (the C client library used by
|
||||
DBD::mysql, I<not Percona Toolkit itself>). All tools all read the
|
||||
DBD::mysql, I<not Percona Toolkit itself>). All tools read the
|
||||
C<[client]> section within the defaults file. If you omit this, the standard
|
||||
defaults files will be read in the usual order. "Standard" varies from system
|
||||
to system, because the filenames to read are compiled into the client library.
|
||||
@@ -441,7 +441,7 @@ lead to weird situations, like the server allowing LOCAL INFILE, but
|
||||
the client throwing exceptions if it's used.
|
||||
|
||||
However, as long as the server allows LOAD DATA, clients can easily
|
||||
re-enable it; see L<https://dev.mysql.com/doc/refman/5.0/en/load-data-local.html>
|
||||
re-enable it; see L<https://dev.mysql.com/doc/refman/en/load-data-local-security.html>
|
||||
and L<http://search.cpan.org/~capttofu/DBD-mysql/lib/DBD/mysql.pm>.
|
||||
This option does exactly that.
|
||||
|
||||
@@ -464,6 +464,10 @@ MySQL socket file to use for the connection (on Unix systems).
|
||||
|
||||
MySQL username to use when connecting, if not current system user.
|
||||
|
||||
=item s
|
||||
|
||||
Create SSL connection
|
||||
|
||||
=back
|
||||
|
||||
=head2 BAREWORD
|
||||
@@ -539,7 +543,7 @@ Include the following information in your bug report:
|
||||
|
||||
=item * Tool C<--version>
|
||||
|
||||
=item * MySQL version of all servers involved
|
||||
=item * MySQL, MongoDB, or PostgreSQL version of all servers involved
|
||||
|
||||
=item * Output from the tool including STDERR
|
||||
|
||||
@@ -603,6 +607,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
Percona Toolkit v3.6.0 released 2024-05-25
|
||||
Percona Toolkit v3.6.0 released 2024-06-12
|
||||
|
||||
=cut
|
||||
|
Reference in New Issue
Block a user