Search



Search Results
Displaying 361 to 370 of 1965 total results
https://dev.mysql.com/doc/mysql-ai/9.7/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 ...
https://dev.mysql.com/doc/connector-net/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/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', ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-log-events.html
ndb_mgm_listen_event() ndb_mgm_create_logevent_handle() ndb_mgm_destroy_logevent_handle() ndb_logevent_get_fd() ndb_logevent_get_next() ndb_logevent_get_next2() ndb_logevent_get_latest_error() ndb_logevent_get_latest_error_msg() ... This section ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-delete.html
It performs the deletion using a single NdbOperation within a transaction, and handles errors using NdbError. This example shows deleting a row from a table already created and populated previously (see Section 2.5.1.2, “NDB API Basic Insertion ...
Displaying 361 to 370 of 1965 total results