Search Results
                    
                    
            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
                                 The following section details some common errors and their suggested fix or alternative solution. If you are still experiencing problems, use the Connector/ODBC mailing list; see Section 5.9.1, “Connector/ODBC Community Support”. Many problems ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-macos.html
                                 macOS is based on the FreeBSD operating system, and you can normally use the MySQL network port for connecting to MySQL servers on other hosts. Installing the Connector/ODBC driver lets you connect to MySQL databases on any platform through the ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-api-errorcode.html
                                 This module contains both MySQL server and client error codes defined as module attributes with the error number as value. Using error codes instead of error numbers could make reading the source code a bit easier. >>> from mysql.connector import ...
                                            
                https://dev.mysql.com/doc/connector-net/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/connector-net/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/connector-odbc/en/connector-odbc-errors.html
                                 The following section details some common errors and their suggested fix or alternative solution. If you are still experiencing problems, use the Connector/ODBC mailing list; see Section 9.1, “Connector/ODBC Community Support”. Many problems ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-macos.html
                                 macOS is based on the FreeBSD operating system, and you can normally use the MySQL network port for connecting to MySQL servers on other hosts. Installing the Connector/ODBC driver lets you connect to MySQL databases on any platform through the ...
                                            
                https://dev.mysql.com/doc/connector-python/en/connector-python-api-errorcode.html
                                 This module contains both MySQL server and client error codes defined as module attributes with the error number as value. Using error codes instead of error numbers could make reading the source code a bit easier. >>> from mysql.connector import ...
                                            
                https://dev.mysql.com/doc/internals/en/binary-protocol-resultset-row.html
                                 A Binary Protocol Resultset Row is made up of the NULL bitmap containing as many bits as we have columns in the resultset + 2 and the values for columns that are not NULL in the Binary Protocol Value format. ProtocolBinary::ResultsetRow: row of a ...