Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/create-index.html
                                 CREATE [UNIQUE | FULLTEXT | SPATIAL] INDEX index_name [index_type] ON tbl_name (key_part,...) [index_option] [algorithm_option | lock_option] ... This guideline is especially important for InnoDB tables, where the primary key determines the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/keyring-functions-general-purpose.html
                                 MySQL Server supports a keyring service that enables internal components and plugins to store sensitive information securely for later retrieval. MySQL Server also includes an SQL interface for keyring key management, implemented as a set of ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-sign-keys.html
                                 Management of TLS keys and certificates in implemented in NDB Cluster as the executable utility program ndb_sign_keys, which can normally be found in the MySQL bin directory. The program performs such functions as creating, signing, and retiring ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/server-options.html
                                 When you start the mysqld server, you can specify program options using any of the methods described in Section 6.2.2, “Specifying Program Options”. The most common methods are to provide options in an option file or on the command line. 
                                            
                https://dev.mysql.com/doc/workbench/en/wb-model-reporting.html
                                 The DBDoc - Model Reporting dialog is found by opening a model, selecting Model from the menu, and then DBDoc - Model Reporting. Note This functionality is only available in the MySQL Workbench Commercial Editions. Use the DBDoc- Model Reporting ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config-transactional.html
                                 Spring allows us to add transactions into our code without having to deal directly with the JDBC classes. For that purpose, Spring provides a transaction management package that not only replaces JDBC transaction management, but also enables ...
                                            
                https://dev.mysql.com/doc/internals/en/date-and-time-data-type-representation.html
                                 The following table shows the storage requirements for date and time data types. Storage for these types is big endian (for memcmp() compatibility purposes), with the nonfractional part followed by the fractional part. FSP Storage 0 0 bytes 1,2 1 ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
                                 This section provides information about the Ndb class, which models the NDB kernel; it is the primary class of the NDB API. By using several Ndb objects, it is possible to implement a multithreaded application. You should remember that one Ndb ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-generate.html
                                 The ML_GENERATE routine uses the specified large language model (LLM) to generate text-based content as a response for the given natural-language query. As of MySQL 9.4.1, the ML_GENERATE lets you generate text-based responses for queries ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-spring-config-transactional.html
                                 Spring allows us to add transactions into our code without having to deal directly with the JDBC classes. For that purpose, Spring provides a transaction management package that not only replaces JDBC transaction management, but also enables ...