Search



Search Results
Displaying 571 to 580 of 1781 total results
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-60.html
Vertical Text A Vertical Text output option for queries (equivalent to \G from the command-line Client) was added. This section summarizes many of the new features added to MySQL Workbench 6.0, in relation to the MySQL Workbench 5.2 release. The ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-62.html
If you have multiple queries with geometry data, you can overlay them onto the same map. This section summarizes many of the new features added to MySQL Workbench 6.2, in relation to the MySQL Workbench 6.1 release. Overlay Icons in the Object ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-8.html
This section summarizes how the MySQL Workbench 8.0 release series progressed with each minor release. New requirements for the CHANGE MASTER TO replication statement (row format, primary key check). Failed login attempts and password lock time in ...
https://dev.mysql.com/doc/connectors/en/connector-j-config-failover.html
The failover support is configured by the following connection properties (their functions are explained in the paragraphs below): failOverReadOnly secondsBeforeRetrySource queriesBeforeRetrySource retriesAllDown autoReconnect autoReconnectForPools ...A failover happens when connection-related errors occur for an underlying, active ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
You must read all of the rows in the result set (or close it) before you can issue any other queries on the connection, or an exception will be thrown. MySQL Connector/J, as a rigorous implementation of the JDBC API, passes all of the tests in the ...
https://dev.mysql.com/doc/connectors/en/connector-j-time-instants.html
Connector/J then queries the value of the session time zone from the server, and converts the event timestamps between the session time zone and the JVM time zone. Background A time instant is a specific moment on a time-line. A time instant is ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-parameters.html
This part of the tutorial shows you how to use parameters in your MySQL Connector/NET application. Although it is possible to build SQL query strings directly from user input, this is not advisable as it does not prevent erroneous or malicious ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-functionality-performance.html
If you experience problems with the performance of Connector/ODBC, or notice a large amount of disk activity for simple queries, there are a number of aspects to check: Ensure that ODBC Tracing is not enabled. The Connector/ODBC driver has been ...
https://dev.mysql.com/doc/connectors/en/connector-python-tutorial-cursorbuffered.html
The following example script gives a long-overdue 15% raise effective tomorrow to all employees who joined in the year 2000 and are still with the company. (A buffered cursor fetches and buffers the rows of a result set after executing a query; see ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-parameters.html
This part of the tutorial shows you how to use parameters in your MySQL Connector/NET application. Although it is possible to build SQL query strings directly from user input, this is not advisable as it does not prevent erroneous or malicious ...
Displaying 571 to 580 of 1781 total results