Search Results
                    
                    
            https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.0-ndb-8.4.0.html
                                This is fixed by using a 64-bit value to represent the amount of pooled free memory.  Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Packaging; Linux: Removed the deprecated tool ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-migration-database-access.html
                                Figure 10.23 Checking the ODBC Drivers for Access Support Important MySQL Workbench has a 64-bit executable. General Information Microsoft Windows is required because Microsoft Access ODBC drivers are only available on Windows. As for the ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-typemapping.html
                                SMALLINT SMALLINT BIGINT BIGINT BIT TINYINT(1) FLOAT FLOAT Precision value is used for storage size in both.  The following table shows the mapping between Microsoft SQL Server (source) data types and MySQL data types. Table 10.2 Type mapping Source ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-table-editor-columns-tab.html
                                Note ENUM, BIT, and SET must contain at least one value when entering these data types into MySQL Workbench.  Use the Columns subtab to display and edit all the column information for a table. You can also use the Columns subtab to change column ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-server-authentication.html
                                 Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or VERIFY_IDENTITY. If sslMode is not set, server authentication via server certificate verification is ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-nongac.html
                                 When deploying a web application to a Shared Hosted environment, where this environment is configured to run all their .NET applications under a partial or medium trust level, you might not be able to install the MySQL Connector/NET library in the ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-ref-common-dnsclient.html
                                A four bit field that specifies kind of query in this message. This value is set by the originator of a query and copied into the response. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-errors.html
                                64-Bit Windows and ODBC Data Source Administrator I have installed Connector/ODBC on Windows XP x64 Edition or Windows Server 2003 R2 x64. There is a known issue with a specific version of the msjet40.dll that exhibits this issue.  The following ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-macos.html
                                Extract the archive: $> tar xvzf mysql-connector-odbc-x.y.z-macos10.z-x86-(32|64)bit.tar.gz The directory created contains two subdirectories, lib and bin.  macOS is based on the FreeBSD operating system, and you can normally use the MySQL network ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-api-errorcode.html
                                Using error codes instead of error numbers could make reading the source code a bit easier.  This module contains both MySQL server and client error codes defined as module attributes with the error number as value. >>> from mysql.connector import ...