Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-get.html
                                In other words, it shows only attributes that are mandatory (including read-only attributes), or that have been set by the user after the cluster was created. Comment: This column is used to show whether the attribute is Mandatory, Read only, ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-model-export.html
                                 Use the ML_MODEL_EXPORT routine to export a model from the model catalog to a user defined table. To learn how to use ML_MODEL_EXPORT to share models, see Grant Other Users Access to a Model. Syntax Examples An example that exports an AutoML model ...ML_MODEL_EXPORT Overview After you run ML_MODEL_EXPORT, the output table has these columns and formats: chunk_id: INT AUTO_INCREMENT PRIMARY KEY model_object: LONGTEXT DEFAULT NULL model_metadata: JSON See Model ...
                                            
                https://dev.mysql.com/doc/internals/en/floating-point-types.html
                                This document was created when http://bugs.mysql.com/4457 (Different results in SQL-Statements for the same record) was fixed at the end of August 2004. It did not take small numbers (absolute value less than 1) and negative numbers into account. It ... The MySQL Reference Manual has a discussion of floating-point numbers in Section 11.2 Numeric Types, including details about the ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-data-adapter.html
                                The application was built using the Microsoft Visual Studio to place and create the user interface controls, but the main code that uses the key classes described previously is shown in the next code example, and is portable. The Data Adapter is ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-data-adapter.html
                                The application was built using the Microsoft Visual Studio to place and create the user interface controls, but the main code that uses the key classes described previously is shown in the next code example, and is portable. The Data Adapter is ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/json.html
                                Along with the JSON data type, a set of SQL functions is available to enable operations on JSON values, such as creation, manipulation, and searching. JSON columns, like columns of other binary types, are not indexed directly; instead, you can ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-windows-binary.html
                                We assume that you have placed a copy of the archive in the directory C:\Documents and Settings\username\My Documents\Downloads on the computer having the IP address 198.51.100.20, where username is the name of the current user. (You can obtain this ...You should also have the MySQL client (mysql.exe) on this ...
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-deploying-bootstrapping.html
                                This example creates a standalone MySQL Router instance using the --directory option, enables sockets, uses --account to customize Router's MySQL username, and sets --account-create to always to only bootstrap if the account does not already exist. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/partitioning-handling-nulls.html
                                 Partitioning in MySQL does nothing to disallow NULL as the value of a partitioning expression, whether it is a column value or the value of a user-supplied expression. We can verify this behavior by examining the effects on the file system of ...
                                            
                https://dev.mysql.com/doc/internals/en/authentication-method-mismatch.html
                                 Assume that client wants to log in as user U and that user account uses authentication method M. Note The missmatch can happen even if client and server used the same authentication method in the initial handshake, but this method was different ...