Search



Search Results
Displaying 321 to 330 of 1965 total results
https://dev.mysql.com/doc/c-api/9.7/en/c-api-function-descriptions.html
Unless specified otherwise, functions returning a pointer return a non-NULL value to indicate success or a NULL value to indicate an error, and functions returning an integer return zero to indicate success or nonzero to indicate an error. When a ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-stmt-sqlstate.html
const char * mysql_stmt_sqlstate(MYSQL_STMT *stmt) Description For the statement specified by stmt, mysql_stmt_sqlstate() returns a null-terminated string containing the SQLSTATE error code for the most recently invoked prepared statement API ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/writing-authentication-plugins-server-side.html
The value is used to construct the failure error message of Authentication fails. Error Code Meaning CR_OK Success CR_OK_HANDSHAKE_COMPLETE Do not send a status packet back to client CR_ERROR Error CR_AUTH_USER_CREDENTIALS Authentication failure ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-sql-editor.html
Max syntax error count: [ 100 ] Large complex scripts may contain errors. Further, a syntax error early on can lead to subsequent syntax errors. For these reasons, it is possible to limit the number of errors displayed using this option. Continue on ... This section provides configuration options that affect the SQL editor functionality in MySQL ...
https://dev.mysql.com/doc/workbench/en/workbench-faq.html
I'm attempting to execute a DELETE query but the query fails with an "Error Code: 1175" error. My MySQL server connection is timing out with an error like "Error Code: 2013. I'm attempting to execute a DELETE query but the query fails with an "Error ... FAQ Categories Basic Usage MySQL Workbench Functionality Data Management General Basic Usage ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-troubleshooting.html
Questions 3.14.1: When I try to connect to the database with MySQL Connector/J, I get the following exception: SQLException: Server configuration denies access to data source SQLState: 08001 VendorError: 0 What is going on? I can connect just fine ... This section explains the symptoms and resolutions for the most commonly encountered issues with applications using MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-trace-source.html
Trace switches have associated with them a trace level enumeration, these are Off, Error, Warning, Info, and Verbose. 12 Warning: level, code, message 13 Error: error number, error message Although this example uses the ConsoleTraceListener, any of ... The .NET tracing architecture consists of four main parts: Source - This is the originator of the trace ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-entityframework.html
BackoffAlgorithmErr1040 Backoff algorithm customized for the MySQL error code 1040 - Too many connections. BackoffAlgorithmErr1205 Backoff algorithm customized for the MySQL error code 1205 - Lock wait timeout exceeded; try restarting transaction.
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-mysqlscript.html
script.Error += new MySqlScriptErrorEventHandler(script_Error); script.ScriptCompleted += new EventHandler(script_ScriptCompleted); script.StatementExecuted += new MySqlStatementExecutedEventHandler(script_StatementExecuted); In VisualStudio, you ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-parameters.html
can_handle_exp_pwd Can Handle Expired Password 0 Indicates that the application can deal with an expired password, which is signalled by an SQL state of 08004 (“Server rejected the connection”) and a native error code ...On Unix and macOS, use ...
Displaying 321 to 330 of 1965 total results