Search Results
https://dev.mysql.com/doc/connector-python/en/connector-python-connection-pooling.html
For example: dbconfig = { "database": "test", "user": "joe" } cnx = mysql.connector.connect(pool_name = "mypool", pool_size = 3, **dbconfig) The pool name is restricted to alphanumeric characters and the special characters ., _, *, $, and #. If the ...This enables applications to support pools of connections to different MySQL servers, for ... Simple connection pooling is ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-catalog-dashboard.html
Specifically: A proxy-server address (http://address-to-server) and port number A user name and password for authentication Locating Products to Install MySQL products in the catalog are listed by category: MySQL Servers, Applications, MySQL ...If ...If you closed MySQL Installer before the setup was finished, MySQL Installer resumes the initial setup before it displays the ...Product Catalog MySQL Installer Dashboard Locating Products to Install Upgrading MySQL Server Removing MySQL Server Upgrading MySQL Installer Product Catalog The product ...
https://dev.mysql.com/doc/connector-j/en/preface.html
If you are using a Commercial release of MySQL Connector/J 9.4, see the MySQL Connector/J 9.4 Commercial License Information User Manual for licensing information, including licensing information relating to third-party software that may be included ... This manual describes how to install, configure, and develop database applications using MySQL Connector/J, the JDBC driver for communicating with MySQL ...Except as expressly permitted in your license agreement or allowed by law, you may not ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-preface.html
This is the User Manual for the MySQL Cluster Manager, version 8.4.6. See the MySQL Cluster Manager 8.4 License Information User Manual for licensing information, including licensing information relating to third-party software that may be included ...GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore-use-tts.html
The following is some additional information on partial restores using TTS backups To backup and restore backups created using TTS, extra privileges are required of the user through which mysqlbackup connects to the server; see Section 4.1.2, ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-troubleshooting.html
throw sqlEx; } } } } while (!transactionCompleted && (retryCount > 0)); } Note Use of the autoReconnect option is not recommended because there is no safe method of reconnecting to the MySQL server without risking some corruption of the connection ... This section explains the symptoms and resolutions for the most commonly encountered issues with applications using MySQL ...Why is this happening? 3.14.3: I'm trying to use MySQL ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-troubleshooting.html
throw sqlEx; } } } } while (!transactionCompleted && (retryCount > 0)); } Note Use of the autoReconnect option is not recommended because there is no safe method of reconnecting to the MySQL server without risking some corruption of the connection ... This section explains the symptoms and resolutions for the most commonly encountered issues with applications using MySQL ...Why is this happening? 16.3: I'm trying to use MySQL ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-optimistic.html
Therefore, users should be careful in identifying which tables are “inactive” and which are “busy” when trying to perform an optimistic backup. Optimistic backup is a feature for improving performance for backing up and restoring huge ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-application-error.html
NDB error code QRY_ILLEGAL_STATE MySQL error DMEC Error message Query is in illegal state for this operation. NDB error code QRY_MULTIPLE_PARENTS MySQL error DMEC Error message Multiple 'parents' specified in linkedValues for this operation NDB ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl.html
Create a test user account to use in this tutorial and set the account to require SSL. Using the MySQL Command-Line Client, connect as root and create the user sslclient (with test as the account password). Then, grant all privileges to the new user ...To apply the server-side startup configuration for SSL connections: In the MySQL Server configuration file, set the SSL parameters as shown in the follow PEM format ...