Search



Search Results
Displaying 101 to 110 of 338 total results
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-server-management-wizard.html
Clicking the [+] icon from the home screen launches the Setup New Connection wizard. Complete Setup Name the MySQL server instance on the final step. The wizard provides a MySQL connection form to create a new MySQL connection, and includes a ...
https://dev.mysql.com/doc/connectors/en/connector-j-config-failover.html
The failover is configured at the initial setup stage of the server connection by the connection URL (see explanations for its format here): jdbc:mysql://[primary host][:port],[secondary host 1][:port][,[secondary host 2][:port]]...[/[database]]ยป ...A failover happens when connection-related errors occur for an underlying, active ...
https://dev.mysql.com/doc/connectors/en/connector-j-server-authentication.html
Setting the connection property fallbackToSystemTrustStore to false prevents Connector/J from falling back to the system-wide truststore setup you created using method (1) or (2) when method (3) is not used. With the above setup and the server ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-managing-load-balanced-connections.html
Connector/J has long provided an effective means to distribute read/write load across multiple MySQL server instances for Cluster or source-source replication deployments. In-process transactions are not lost, and no application exceptions are ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-windows-dll.html
For example: # For Unicode-enabled driver: myodbc-installer -a -d -n "MySQL ODBC 9.3 Unicode Driver" -t "DRIVER=myodbc9w.dll;SETUP=myodbc9S.dll" # For ANSI driver: myodbc-installer -a -d -n "MySQL ODBC 9.3 ANSI Driver" -t ... If you have downloaded ...
https://dev.mysql.com/doc/connectors/en/connector-python-asyncio.html
Reference: [as_completed]: https://docs.python.org/3/library/asyncio-task.html#asyncio.as_completed """ exec_seq = [] database_name = "TABLE_CREATOR" # Create/Setup database # --------------------- # No asynchronous execution is done here.
https://dev.mysql.com/doc/connectors/en/connector-python-installation-source.html
Source distributions are packaged in two formats: Zip archive format (.zip file) Compressed tar archive format (.tar.gz file) Either of the two packaging formats can be used on any platforms, but Zip archives are more commonly used on Windows ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-windows-dll.html
For example: # For Unicode-enabled driver: myodbc-installer -a -d -n "MySQL ODBC 9.5 Unicode Driver" -t "DRIVER=myodbc9w.dll;SETUP=myodbc9S.dll" # For ANSI driver: myodbc-installer -a -d -n "MySQL ODBC 9.5 ANSI Driver" -t ... If you have downloaded ...
https://dev.mysql.com/doc/connector-python/en/connector-python-asyncio.html
Reference: [as_completed]: https://docs.python.org/3/library/asyncio-task.html#asyncio.as_completed """ exec_seq = [] database_name = "TABLE_CREATOR" # Create/Setup database # --------------------- # No asynchronous execution is done here.
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-change-path-proc.html
To change paths for MySQL server Identify the MySQL server to change and enable the Advanced Options link as follows: Navigate to the Select Products page by doing one of the following: If this is an initial setup of MySQL Installer, select the ...
Displaying 101 to 110 of 338 total results