Search Results
                    
                    
            https://dev.mysql.com/doc/connector-j/en/connector-j-testing.html
                                 The Connector/J source code repository or packages that are shipped with source code include an extensive test suite, containing test cases that can be executed independently. The test cases are divided into the following categories: Unit tests: ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/kerberos-pluggable-authentication.html
                                 Note Kerberos pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial product. MySQL Enterprise Edition supports an authentication method that enables users to authenticate to MySQL Server using Kerberos, ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/manual-info.html
                                 This is the Reference Manual for the MySQL Database System, version 8.4, through release 8.4.6. Differences between minor versions of MySQL 8.4 are noted in the present text with reference to release numbers (8.4.x). This manual is not intended for ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/source-installation-doxygen.html
                                 The MySQL source code contains internal documentation written using Doxygen. It is also possible to generate this content locally from a MySQL source distribution using the following procedure: Install doxygen 1.9.2 or later. After installing ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-vector-store-overview.html
                                 This section describes the Vector Store functionality available with GenAI. About Vector Store A vector store is a relational database that lets you load unstructured data. It automatically parses unstructured data formats, which include PDF ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-design-modeling-interface.html
                                 MySQL Workbench represents each active data model as an icon in the models view of the home screen tab. Both models derive from MySQL database samples (see https://dev.mysql.com/doc/index-other.html), which you can download and use to explore the ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-logging-slf4j.html
                                 Besides its default logger com.mysql.cj.log.StandardLogger, which logs to stderr, Connector/J supports the SLF4J logging facade, allowing end users of applications using Connector/J to plug in logging frameworks of their own choices at deployment ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-web-personalization-provider.html
                                 MySQL Connector/NET provides a web parts personalization provider that allows you to use a MySQL server to store personalization data. This tutorial demonstrates how to configure the web parts personalization provider using Connector/NET. Minimum ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-web-personalization-provider.html
                                 MySQL Connector/NET provides a web parts personalization provider that allows you to use a MySQL server to store personalization data. This tutorial demonstrates how to configure the web parts personalization provider using Connector/NET. Minimum ...
                                            
                https://dev.mysql.com/doc/internals/en/implementing-index-read-last-method.html
                                 The [custom-engine.html#custom-engine-api-reference-index_read_last index_read_last()] method works like [custom-engine.html#custom-engine-index-read index_read()] but finds the last row with the current key value or prefix: int ...