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/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/relnotes/connector-odbc/en/news-8-0-24.html
                                 Security Notes Functionality Added or Changed Bugs Fixed Security Notes For platforms on which Connector/ODBC utilizes MySQL Server's bundled OpenSSL library (MacOS, Windows, and GenLinux), MySQL Server's linked OpenSSL library was updated to ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/charset-unicode-sets.html
                                 This section describes the collations available for Unicode character sets and their differentiating properties. MySQL supports multiple Unicode character sets: utf8mb4: A UTF-8 encoding of the Unicode character set using one to four bytes per ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/network-namespace-support.html
                                 A network namespace is a logical copy of the network stack from the host system. Network namespaces are useful for setting up containers or virtual environments. Each namespace has its own IP addresses, network interfaces, routing tables, and so ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replication-features-triggers.html
                                 With statement-based replication, triggers executed on the source also execute on the replica. With row-based replication, triggers executed on the source do not execute on the replica. Instead, the row changes on the source resulting from trigger ...
                                            
                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-cpp-authentication.html
                                LDAP authentication requires use of a server from a MySQL Enterprise Edition distribution. For more information about the LDAP authentication plugins, see LDAP Pluggable Authentication. Connector/C++ binary distributions include the libraries that ...