Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.backup.html
240426 13:01:24 RLW1 INFO: Copied redo log log_start_lsn 20525056 start_checkpoint 20525419 start_lsn 20525419 last_checkpoint 20525419 consistency_lsn 20531571 log_end_lsn 20531571 240426 13:01:24 RLR1 INFO: Redo log reader waited 87 times for a ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-ssl-session-data.html
For TLS 1.3, the server generates two session tickets by default for new sessions and one when a session is reused. For TLS 1.2, the server generates one session ticket by default. void * mysql_get_ssl_session_data(MYSQL *, unsigned int n_ticket, ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/compiling-plugin-libraries.html
If you build your library using CMake, it should be able to generate the correct compilation commands for your system. After your plugin is written, you must compile it and install it. The procedure for compiling shared objects varies from system ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbclusterstatus.html
processedGeneration (integer): Holds the latest generation of the Ndb resource whose specs have been successfully applied to the NDB Cluster running inside Kubernetes. generatedRootPasswordSecretName (string): This is the name of the secret ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-11.html
(WL #11293) X DevAPI: Connector/J now supports the new server-side document ID generation feature. As a result, the methods getDocumentId() and getDocumentIds() have been removed and the method getGeneratedIds() has been added to the AddResult and ... Version 8.0.11 is the first General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-example.html
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 standalone configuration with --directory set to /tmp/router. Here is a basic connection ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration.html
Bootstrapping is the preferred and common approach to generating a MySQL Router configuration file. MySQL Router is configured using a required configuration file, additional optional configuration files, and options available from the command line. For command-line syntax related information and options, see Section 4.3.1, “Defining Options Using the Command ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-source-code.html
Developer Related Notes Notes related to using and testing a locally compiled MySQL Router version for development purposes: To run a local build without make install, configure Router to find the newly built plugin_folder as compiling generates a ... MySQL Router is part of the MySQL Server source code tree; compiling MySQL Server also compiles MySQL ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-server-starting.html
Although Router searches a predetermined list of default paths for the configuration file, it is common to start Router by passing in a configuration file with the --config option. The process of configuring MySQL Router to automatically start when ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/index.html
It covers how to load data, run queries, optimize analytics workloads, and use machine learning and generative AI capabilities. For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.