Search



Search Results
Displaying 121 to 130 of 1960 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
This section provides information about the Ndb class, which models the NDB kernel; it is the primary class of the NDB API. Note The Ndb object is multithread safe in that each Ndb object can be handled by one thread at a time. If an Ndb object is ...By using several Ndb objects, it is possible to implement a multithreaded ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter.html
--server-ssl-cipher SSL Cipher for Server --server-ssl-crl The path to the file containing the certificate revocation lists in PEM format --server-ssl-crlpath The path to the directory that contains the certificate revocation list files in PEM ...
https://dev.mysql.com/doc/refman/8.4/en/mysqldump.html
To work around this issue, use the --result-file option, which creates the output in ASCII format: mysqldump [options] --result-file=dump.sql It is not recommended to load a dump file when GTIDs are enabled on the server (gtid_mode=ON), if your dump ... The mysqldump client utility performs logical backups, producing a set of SQL statements that can be executed to reproduce the original database object definitions and table ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-data-adapter.html
For example, in this mode, a connection could be established to read a chunk of data, the data could then be modified by the application as required. This decoupled mode of working with data is supported by MySQL Connector/NET. The MySqlDataAdapter ... Previously, when using MySqlDataReader, the connection to the database was continually maintained unless explicitly ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-data-adapter.html
For example, in this mode, a connection could be established to read a chunk of data, the data could then be modified by the application as required. This decoupled mode of working with data is supported by MySQL Connector/NET. The MySqlDataAdapter ... Previously, when using MySqlDataReader, the connection to the database was continually maintained unless explicitly ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-information-schema-examples.html
This section describes the use of locking information as exposed by the Performance Schema data_locks and data_lock_waits tables. Identifying Blocking Transactions It is sometimes helpful to identify which transaction blocks another. The tables ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-catalog-dashboard.html
The warning serves to remind you that running MySQL Installer in offline mode prevents you from downloading the latest MySQL products and product catalog updates. Proxy: MySQL Installer provides multiple proxy modes that enable you to download MySQL ...By default, and when an Internet connection is present, MySQL Installer attempts to update the catalog at startup every seven ...
https://dev.mysql.com/doc/refman/8.4/en/information-functions.html
It is multi-user safe because multiple clients can issue the UPDATE statement and get their own sequence value with the SELECT statement (or mysql_insert_id()), without affecting or being affected by other clients that generate their own sequence ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-errors.html
Verify that the tables you are updating use a transactional database engine. #DELETED# Records Reported by Access Access reports records as #DELETED# when inserting or updating records in linked tables. If the inserted or updated records are shown ... The following section details some common errors and their suggested fix or alternative ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-errors.html
Verify that the tables you are updating use a transactional database engine. #DELETED# Records Reported by Access Access reports records as #DELETED# when inserting or updating records in linked tables. If the inserted or updated records are shown ... The following section details some common errors and their suggested fix or alternative ...
Displaying 121 to 130 of 1960 total results