Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-python-example-connecting.html
                                 The connect() constructor creates a connection to the MySQL server and returns a MySQLConnection object. The following example shows how to connect to the MySQL server: import mysql.connector cnx = mysql.connector.connect(user='scott', ...This can ...
                                            
                https://dev.mysql.com/doc/connector-python/en/connector-python-example-connecting.html
                                 The connect() constructor creates a connection to the MySQL server and returns a MySQLConnection object. The following example shows how to connect to the MySQL server: import mysql.connector cnx = mysql.connector.connect(user='scott', ...This can ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-19.html
                                (Bug #28591814, Bug #92263) Legacy (JDBC API) Notes For applications that use the legacy JDBC API (that is, not X DevAPI or X DevAPI for C), it is now possible when creating a new session to specify multiple hosts to be tried until a successful ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-linux-rpm.html
                                The RPM installer should take care of general configuration issues (such as creating the mysql user and group, if needed) automatically. The RPM installer should take care of general configuration issues (such as creating the mysql user and group, ... This section covers the steps necessary to install the correct executables for each type of NDB Cluster node using RPM packages supplied by ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-migrate-keyring.html
                                --defaults-extra-file=file_name Command-Line Format --defaults-extra-file=file_name Type File name Read this option file after the global option file but (on Unix) before the user option file. To create or modify a login path file, use the ... The ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-restore.html
                                This program reads the files created as a result of the backup and inserts the stored information into the database. ndb_restore must be executed once for each of the backup files that were created by the START BACKUP command used to create the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/keyring-oci-component.html
                                “user”: The OCID of the Oracle Cloud Infrastructure user that component_keyring_oci uses for connections. Prior to using component_keyring_oci, the user account must exist and be granted access to use the configured Oracle Cloud Infrastructure ... Note The Oracle Cloud Infrastructure Vault keyring component is included in MySQL Enterprise Edition, a commercial ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-connect-drivermanager.html
                                try { conn = DriverManager.getConnection("jdbc:mysql://localhost/test?" + "user=minty&password=greatsqldb"); // Do something with the Connection ... } catch (SQLException ex) { // handle any errors System.out.println("SQLException: " + ... When you ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-connection-pool.html
                                Closing the Client object closes all connections it manages, invalidates all Sessions the Client has created, and destroys the managed pool.  X DevAPI supports connection pooling, which can reduce overhead for applications that open many connections ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-connect-drivermanager.html
                                try { conn = DriverManager.getConnection("jdbc:mysql://localhost/test?" + "user=minty&password=greatsqldb"); // Do something with the Connection ... } catch (SQLException ex) { // handle any errors System.out.println("SQLException: " + ... When you ...