Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/replication-howto-masterstatus.html
                                In that case, the values that you need to use later when specifying the source's binary log file and position are the empty string ('') and 4.  To configure the replica to start the replication process at the correct point, you need to note the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/validate-password-options-variables.html
                                The password and user name values are compared as binary strings on a byte-by-byte basis. Assuming that is true, each substring of the password of length 4 up to 100 is compared to the words in the dictionary file.  This section describes the system ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-16.html
                                This was due to issues with string conversion, which has been corrected with this fix. With this fix, an error is thrown when the procedure call fails, and the result streamer is nullified.  Version 8.0.16 is the latest General Availability release ...
                                            
                https://dev.mysql.com/doc/internals/en/bas-ext.html
                                Return Values Return value is a null-terminated string array of storage engine extensions.  Purpose Defines the file extensions used by the storage engine. Synopsis virtual const char ** bas_ext ( ); ; Description This is the bas_ext method. It is ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-lakehouse.html
                                Setting NULL to all JSON options means that the default task of classification is used for training. mysql> CALL sys.ML_MODEL_LOAD(@bank_model, NULL); Insert the data to predict and explain directly into a JSON object named @row_input.  If you have ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-model-overview-privileges.html
                                 The Schema Privileges panel has the following sections, used to create users for your schemas and to define roles: Users Roles The following figure displays the Schema Privileges section of the MySQL Model tab. Figure 9.7 Roles and Privileges ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-efmodel-ddl.html
                                 This tutorial demonstrates how to create MySQL DDL from an Entity Framework model. Minimally, you will need Microsoft Visual Studio 2017 and MySQL Connector/NET 6.10 to perform this tutorial. Select ADO.NET Entity Data Model and click Add to open ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-custom-error-exception.html
                                 Syntax: errors.custom_error_exception(error=None, exception=None) This method defines custom exceptions for MySQL server errors and returns current customizations. If error is a MySQL Server error number, you must also pass the exception class. The ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-efmodel-ddl.html
                                 This tutorial demonstrates how to create MySQL DDL from an Entity Framework model. Minimally, you will need Microsoft Visual Studio 2017 and MySQL Connector/NET 6.10 to perform this tutorial. Select ADO.NET Entity Data Model and click Add to open ...
                                            
                https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-custom-error-exception.html
                                 Syntax: errors.custom_error_exception(error=None, exception=None) This method defines custom exceptions for MySQL server errors and returns current customizations. If error is a MySQL Server error number, you must also pass the exception class. The ...