Search



Search Results
Displaying 1561 to 1570 of 4413 total results
https://dev.mysql.com/doc/internals/en/starting-transaction-from-start-stmt-call.html
The first method call that can start a transaction is the [custom-engine.html#custom-engine-transactions-starting-start-stmt start_stmt()] method. It holds state relevant data for the current client, such as identity, network connection and other ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-real-connect.html
CR_SERVER_LOST If connect_timeout > 0 and it took longer than connect_timeout seconds to connect to the server or if the server died while executing the init-command. CLIENT_INTERACTIVE: Permit interactive_timeout seconds of inactivity (rather than ...Client programs must successfully connect to a server before executing any other API functions that require a valid MYSQL connection handler ... MYSQL * mysql_real_connect(MYSQL *mysql, const char *host, const char *user, const char *passwd, ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-backup-using-management-client.html
If an existing backup_id value is used, the backup fails with the error Backup failed: file already exists. Execute this command: ndb_mgm> ABORT BACKUP backup_id The number backup_id is the identifier of the backup that was included in the response ... Before starting a backup, make sure that the cluster is properly configured for performing ...
https://dev.mysql.com/doc/refman/8.4/en/replication-privilege-checks-recover.html
You can use mysqlbinlog to retrieve and display the events that were logged around the time of the error. If a privilege check against the PRIVILEGE_CHECKS_USER account fails, the transaction is not executed and replication stops for the channel.
https://dev.mysql.com/doc/workbench/en/wb-table-editor-options-tab.html
The Options subtab enables you to set several types of options. Figure 8.19 The Options Tab Table options are grouped into the following sections: General Options Row Options Storage Options Merge Table Options The following sections describe these ...
https://dev.mysql.com/doc/connectors/en/connector-cpp.html
MySQL Connector/C++ is the C++ interface for communicating with MySQL servers. For notes detailing the changes in each release of Connector/C++, see MySQL Connector/C++ Release Notes. For help with using MySQL, please visit the MySQL Forums, where ...
https://dev.mysql.com/doc/connectors/en/connector-net.html
MySQL Connector/NET is the connector that enables .NET applications to communicate with MySQL servers. For notes detailing the changes in each release of Connector/NET, see MySQL Connector/NET Release Notes. For help with using MySQL, please visit ...
https://dev.mysql.com/doc/connectors/en/connector-odbc.html
MySQL Connector/ODBC is the driver that enables ODBC applications to communicate with MySQL servers. For notes detailing the changes in each release of Connector/ODBC, see MySQL Connector/ODBC Release Notes. For help with using MySQL, please visit ...
https://dev.mysql.com/doc/connectors/en/connector-python.html
MySQL Connector/Python is a self-contained Python driver for communicating with MySQL servers. For notes detailing the changes in each release of Connector/Python, see MySQL Connector/Python Release Notes. For help with using MySQL, please visit ...
https://dev.mysql.com/doc/internals/en/fine-tuning-installation-paths.html
If you come from an Autotools background, you are familiar with options such as --bindir, --libdir, and --sbindir that, when passed to the configure script, enable fine tuning the installation layout. A similar functionality is available with ...
Displaying 1561 to 1570 of 4413 total results