Search Results
https://dev.mysql.com/doc/refman/8.4/en/update.html
With the IGNORE modifier, the update statement does not abort even if errors occur during the update. Rows updated to values that would cause data conversion errors are updated to the closest valid values instead. (This is because the order in which ... UPDATE is a DML statement that modifies rows in a ...
https://dev.mysql.com/doc/refman/8.4/en/using-encrypted-connections.html
If the server automatically enables encrypted connection support, it writes a note to the error log. If the server discovers that the CA certificate is self-signed, it writes a warning to the error log. By default, the RELOAD TLS action rolls back ... Several configuration parameters are available to indicate whether to use encrypted connections, and to specify the appropriate certificate and key ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-multiple-queries.html
The status indicates whether the procedure succeeded or an error occurred. Otherwise, such procedures result in an error Error 1312 (0A000): PROCEDURE proc_name can't return a result set in the given context. The code as written distinguishes ... By ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-24.html
It causes Connector/J to terminate all active and idle sessions connected to the server in the connection pool with the error message "Server shutdown in progress". It causes Connector/J to close the current connection with the error message "IO ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-ml-model-metadata.html
It also records any error messages that occur during model training. Error: Either training was canceled or an error occurred during training. The model_metadata column in the model catalog allows you to view detailed information on trained models.
https://dev.mysql.com/doc/workbench/en/wb-reverse-engineer-live.html
Figure 9.50 Connect to DBMS Review the displayed information to make sure that the connection did not generate errors, then click Next. If errors were generated, you can click Show Logs to see the nature of the errors. 9.4.2.2.1 Errors During ... To ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
An error is raised if both dns-srv=false and the URI scheme of mysqlx+srv:// are combined to create a conflicting connection configuration. Connector/NET supports the following values: TLSv1.3 TLSv1.2 An error is reported when a value other than ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-blob-reading.html
Use of the GetOrdinal method prevents errors if the column order of the SELECT query is changed. After a file is loaded into the file table, we can use the MySqlDataReader class to retrieve it. The GetBytes method of the MySqlDataReader is used to ...
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', ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
An error is raised if both dns-srv=false and the URI scheme of mysqlx+srv:// are combined to create a conflicting connection configuration. Connector/NET supports the following values: TLSv1.3 TLSv1.2 An error is reported when a value other than ...