Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/connection-options.html
If none of the algorithms specified by --compression-algorithms are permitted by the server, connection to the server will not be established. When mysqlbackup creates a backup, it sends SQL commands to a MySQL server using a database server ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-configuration-commands.html
This section covers the commands used in the MySQL Cluster Manager for getting and setting values of various types used in MySQL NDB Cluster configuration. We begin with a discussion of what we mean by the term “configuration attribute”, and ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-terminology.html
This includes the binary executables needed to run the cluster processes of the desired types on a given host. This section provides definitions of key terms used to describe MySQL Cluster Manager and its components in this manual and in other ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/adding-native-function.html
To add a native MySQL function, use the procedure described here, which requires that you use a source distribution. You cannot add native functions to a binary distribution because it is necessary to modify MySQL source code and compile MySQL from ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-17.html
It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. (Bug #29807741, Bug #95210) ResultSetMetaData.getTableName() returned null when no applicable results could be returned for a column. Version 8.0.17 is the latest General ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-7.html
(Bug #25575156) X DevAPI: createaTable() failed with a NullPointerException when there were null inputs to it. MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-example.html
Here is a basic connection routing example to a MySQL InnoDB Cluster named myCluster. Both classic MySQL protocol and X Protocol are enabled, it uses TCP/IP connections instead of Unix domain sockets, and it was generated using --bootstrap as a ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/admin-api-overview.html
Important An AdminAPI sandbox deployment is not suitable for use in a full production environment. AdminAPI is accessed through the dba global variable and its associated methods. The dba variable's methods provide the operations which enable you to ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-encrypted-connections.html
--ssl-cert=file_name: The name of the SSL certificate file in PEM format to use for establishing an encrypted connection. --ssl-cipher=name: The name of the SSL cipher to use for establishing an encrypted connection. --ssl-key=file_name: The name of ... Using encrypted connections is possible when connecting to a TLS (sometimes referred to as SSL) enabled MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-develop-object-management.html
From here, you can perform common tasks such as selecting tables and fields to query, edit tables, create new or drop tables and databases, perform searches, and more. The Object Browser allows you to navigate database schemas and objects.