Search



Search Results
Displaying 51 to 60 of 2524 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-no-data-found.html
NDB error code 626 MySQL error HA_ERR_KEY_NOT_FOUND Error message Tuple did not exist . The following list enumerates all NDB errors of type ND (No data found).
https://dev.mysql.com/doc/ndbapi/en/ndb-api-errors.html
Abstract This section contains a discussion of error handling in NDB API applications as well as listing listings of the most common NDB error codes and messages, along with their classifications and likely causes for which they might be raised.
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-custom-error-exception.html
import mysql.connector from mysql.connector import errorcode # Server error 1028 should raise a DatabaseError mysql.connector.custom_error_exception(1028, mysql.connector.DatabaseError) # Or using a dictionary: ... Syntax: ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-custom-error-exception.html
import mysql.connector from mysql.connector import errorcode # Server error 1028 should raise a DatabaseError mysql.connector.custom_error_exception(1028, mysql.connector.DatabaseError) # Or using a dictionary: ... Syntax: ...
https://dev.mysql.com/doc/internals/en/guided-tour-skeleton.html
We threw away the error checks, the side paths, the optional code, and the variables. Walking Through The Server Code: /sql/sql_parse.cc handle_one_connection(THD *thd) { init_sql_alloc(&thd->mem_root, MEM_ROOT_BLOCK_SIZE, MEM_ROOT_PREALLOC); while ...WARNING WARNING WARNING: code changes constantly, so names and parameters may have changed by the time you read ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-error-messages.html
% can be "shap", "fast_shap" or "partial_dependence" Error number: ML004016; SQLSTATE: HY000 Message: Invalid base64-encoded ONNX string. Each error message includes an error number, SQLSTATE value, and message string, as described in Error Message ...Check the task option in the ML_TRAIN call to ensure that it is specified ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-aiaml-error-messages.html
% can be "shap", "fast_shap" or "partial_dependence" Error number: ML004016; SQLSTATE: HY000 Message: Invalid base64-encoded ONNX string. Each error message includes an error number, SQLSTATE value, and message string, as described in Error Message ...Check the task option in the ML_TRAIN call to ensure that it is specified ...
https://dev.mysql.com/doc/workbench/en/wb-tutorial-plugins-php-pdo.html
MySQL Workbench includes a plugin that generates PHP code with the mysqli extension. This tutorial shows how to generate code with the PDO_MySQL extension for PHP. You might choose a different extension or a different language altogether, so adjust ...The DSN definition depends on the connection type in MySQL ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-exitcodes.html
MySQL Enterprise Backup returns one of the following exit codes as it exits an operation. The meaning of each code is explained in Table 17.1, “MySQL Enterprise Backup Exit Codes and Messages” by its associated exit message. Users can, for ...
https://dev.mysql.com/doc/workbench/en/wb-generating-php.html
MySQL Workbench can be used to generate PHP code with the bundled PHP plugin, by using the Tools, Utilities, Copy as PHP Code menu option. The example scenario that follows demonstrates how to create PHP code. SQL @variables generate PHP variables ...It is a SELECT statement, and optionally uses SET to set ...
Displaying 51 to 60 of 2524 total results