Search



Search Results
Displaying 501 to 510 of 665 total results
https://dev.mysql.com/doc/connector-python/en/connector-python-opentelemetry.html
This implementation is distinct from the implementation provided through the MySQL client library (or the related telemetry_client client-side plugin). MySQL Server added OpenTelemetry support in MySQL Enterprise Edition version 8.1.0, which is a ...
https://dev.mysql.com/doc/internals/en/authentication-method.html
For earlier servers it is always Secure Password Authentication or Old Password Authentication depending on the CLIENT_SECURE_CONNECTION flag. Client and server negotiate what types of authentication they support as part of the connection phase.
https://dev.mysql.com/doc/internals/en/capability-flags.html
Value 0x00040000 Requires CLIENT_PROTOCOL_41 CLIENT_PLUGIN_AUTH Value 0x00080000 Server Sends extra data in Initial Handshake Packet and supports the pluggable authentication protocol. CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA Value 0x00200000 Server ...
https://dev.mysql.com/doc/internals/en/custom-engine-variables-and-parameters.html
For more information on adding system variables, status variables, and options supported on the command line or configuration file, see Section 5.5, “Specifying mysqld Variables Within a Plugin”.
https://dev.mysql.com/doc/internals/en/differences-master-slave.html
Any intermediate state of the slave is identical to some intermediate state of the master. Note: it is not required that each intermediate state of the master is identical to some intermediate state of the slave. We now state the architectural ...
https://dev.mysql.com/doc/internals/en/fast-path.html
set --default-authentication-plugin=sha256_password for the MySQL server: 46 00 00 00 0a 35 2e 36 2e 37 2d 6c 6f 67 00 02 F....5.6.7-log.. 00 00 00 01 2d 4f 1d 32 56 16 4c 00 ff f7 08 02 ....-O.2V.L..... 00 3f 80 14 00 00 00 00 00 00 00 00 00 00 63 ...
https://dev.mysql.com/doc/internals/en/getting-source-tree.html
This section describes how to obtain the MySQL source tree, which is currently available on GitHub. For more information about MySQL's move to GitHub, refer to the announcement on the MySQL Release Engineering blog: MySQL on GitHub To obtain the ...
https://dev.mysql.com/doc/internals/en/limitations.html
While the overall exchange of data is free-form there are limitations in the initial handshake of the amount of data that can be exchanged: the auth_plugin_data field in Initial Handshake Packet can only carry 255 bytes max (see ...
https://dev.mysql.com/doc/internals/en/public-key-retrieval-example.html
set --default-authentication-plugin=sha256_password for the MySQL server: 46 00 00 00 0a 35 2e 36 2e 37 2d 6c 6f 67 00 04 F....5.6.7-log.. 00 00 00 60 4a 57 38 26 2d 03 72 00 ff f7 08 02 ...`JW8&-.r..... 00 3f 80 14 00 00 00 00 00 00 00 00 00 00 62 ...
https://dev.mysql.com/doc/internals/en/required-server-code-patches.html
There is no dynamic procedure for loading them dynamicly yet like we have for UDFs and plugins. Currently procedures can only be compiled into the server staticly. The build system is not too clever about creating these symlinks for files added ...
Displaying 501 to 510 of 665 total results