Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
                                Setting "connectionAttributes=none" will cause connection attribute processing to be bypassed for situations where Connection creation/initialization speed is critical.  connectionAttributes A comma-delimited list of user-defined "key:value" pairs, ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
                                Database , Initial Catalog Default: mysql The case-sensitive name of the database to use initially.  This chapter describes the full set of MySQL Connector/NET 8.0 connection options. The protocol you use to make a connection to the server (classic ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-programming-vb.html
                                 This section contains simple examples of the use of Connector/ODBC with ADO, DAO and RDO. 5.6.7.1.1 ADO: rs.addNew, rs.delete, and rs.update The following ADO (ActiveX Data Objects) example creates a table my_ado and demonstrates the use of ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-error.html
                                Each exception subclassing from Error can be initialized using the previously mentioned arguments.  This exception is the base class for all other exceptions in the errors module. It can be used to catch all errors in a single except statement. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-connectargs.html
                                 A connection with the MySQL server can be established using either the mysql.connector.connect() function or the mysql.connector.MySQLConnection() class: cnx = mysql.connector.connect(user='joe', database='test') cnx = MySQLConnection(user='joe', ...An asterisk (*) following an argument indicates a synonymous argument name, available only for compatibility with other Python MySQL ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-opentelemetry.html
                                Instrumentation For instrumenting an application, Connector/Python utilizes the official OpenTelemetry SDK to initialize OpenTelemetry, and the official OpenTelemetry API to instrument the application's code. Connection Span Time from connection ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
                                Database , Initial Catalog Default: mysql The case-sensitive name of the database to use initially.  This chapter describes the full set of MySQL Connector/NET 8.0 connection options. The protocol you use to make a connection to the server (classic ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-vb-ado.html
                                 The following ADO (ActiveX Data Objects) example creates a table my_ado and demonstrates the use of rs.addNew, rs.delete, and rs.update. rs.Open "SELECT * FROM my_ado" rs!Name = "update" rs!txt = "updated-second-time" rs.Update rs.Close 'rs delete ...
                                            
                https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-error.html
                                Each exception subclassing from Error can be initialized using the previously mentioned arguments.  This exception is the base class for all other exceptions in the errors module. It can be used to catch all errors in a single except statement. 
                                            
                https://dev.mysql.com/doc/connector-python/en/connector-python-connectargs.html
                                 A connection with the MySQL server can be established using either the mysql.connector.connect() function or the mysql.connector.MySQLConnection() class: cnx = mysql.connector.connect(user='joe', database='test') cnx = MySQLConnection(user='joe', ...An asterisk (*) following an argument indicates a synonymous argument name, available only for compatibility with other Python MySQL ...