Search Results
https://dev.mysql.com/doc/extending-mysql/8.4/en/mysql-threads.html
The MySQL server creates the following threads: Connection manager threads handle client connection requests on the network interfaces that the server listens to. On Unix, this manager thread also handles Unix socket file connection requests. On ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins.html
MySQL supports pluggable authentication, in which plugins are invoked to authenticate client connections. Authentication plugins enable the use of authentication methods other than the built-in method of passwords stored in the mysql.user system ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-information-schema-plugins.html
This section describes how to write a server-side INFORMATION_SCHEMA table plugin. For example code that implements such plugins, see the sql/sql_show.cc file of a MySQL source distribution. You can also look at the example plugins found in the ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-plugins-overview.html
These conditions apply to plugin writing: MySQL header files used by plugins contain C++ code, so plugins must be compiled as C++ code. You must compile plugins with the entire server source code present, not just the libraries and header files.
https://dev.mysql.com/doc/ndb-operator/8.4/en/index.html
NDB Operator for Kubernetes Legal Notice NDB Operator Manual This is the NDB Operator Manual, which provides information about installing and using NDB Operator 8.4 for Kubernetes. The information presented in this guide relating to MySQL NDB ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/installation-obtaining.html
You can obtain the latest release of NDB Operator from the following locations: https://dev.mysql.com/downloads/ndb-operator/ ArtifactHub (Helm charts; see Section 2.3, “Installing NDB Operator Using Helm”) Oracle Container Registry (Docker ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/installation-source.html
This section describes how to compile, install, and test NDB Operator from source. If you do not already have the source code, see Section 2.2, “Obtaining NDB Operator”'. The following prerequisites must be installed on the system to build and ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-series.html
This section contains unified changelog information for the NDB Cluster 8.4 release series. For changelogs covering individual MySQL NDB Cluster 8.4 releases, see NDB Cluster Release Notes. For general information about features added in MySQL NDB ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-24.html
Version 8.0.24 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X ...
https://dev.mysql.com/doc/mysql-router/9.4/en/index.html
Abstract MySQL Router is part of InnoDB Cluster, and is lightweight middleware that provides transparent routing between your application and back-end MySQL Servers. It can be used for a wide variety of use cases, such as providing high ...