Search



Search Results
Displaying 1791 to 1800 of 4548 total results
https://dev.mysql.com/doc/refman/8.4/en/channels-startup-options.html
--replica-net-timeout=N This value is set per channel, so that each channel waits for N seconds to check for a broken connection. --max-relay-log-size=size Maximum size of the individual relay log file for each channel; after reaching this limit, ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-drop-table.html
--connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum Value 0 Maximum Value 12 Number of times to retry connection before giving up. --connect-retry-delay Command-Line Format --connect-retry-delay=# Type ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-simple.html
memcpy(data.attr7 + 2, binary_meter, 20*i); // Set the length bytes data.attr7[0] = (char)(20*i % 256); data.attr7[1] = (char)(20*i / 256); myOperation->insertTuple(); myOperation->equal("ATTR1", data.attr1); myOperation->setValue("ATTR2", ... This ...
https://dev.mysql.com/doc/refman/8.4/en/cannot-create.html
If you get an error of the following type for some queries, it means that MySQL cannot create a temporary file for the result set in the temporary directory: Can't create/write to file '\\sqla3fe_0.ism'. The preceding error is a typical message for ...One fix is to start mysqld with the --tmpdir option or to add the option to the [mysqld] section of your option ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-troubleshooting-datadict.html
Cannot Open Datafile With innodb_file_per_table enabled (the default), the following messages may appear at startup if a file-per-table tablespace file (.ibd file) is missing: [ERROR] InnoDB: Operating system error number 2 in a file operation.
https://dev.mysql.com/doc/relnotes/mysql-shell/8.4/en/news-8-4-5.html
Errors were returned similar to the following: MySQL Error 1142 (42000): SELECT command denied to user for table 'events_stages_current' As of this release, error handling is added for this issue. The following privileges were added to MySQL ...
https://dev.mysql.com/doc/internals/en/regex-directory.html
Henry Spencer's Regular Expression library for support of REGEXP function. This is the copyrighted product of Henry Spencer from the University of Toronto. It's a fairly-well-known implementation of the requirements of POSIX 1003.2 Section 2.8. The ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-invalid.html
The default behavior of Connector/NET is to return a .NET DateTime object for valid date values, and return an error for invalid dates. This can cause errors when trying to convert a MySQLDateTime to a DateTime if you do not check for NULL first.
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-datetime-invalid.html
The default behavior of Connector/NET is to return a .NET DateTime object for valid date values, and return an error for invalid dates. This can cause errors when trying to convert a MySQLDateTime to a DateTime if you do not check for NULL first.
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-linux.html
Failing to do so will result in crashes and other unpredictable errors. cd ~/freetds Execute build_freetds.sh After compilation is done, install it using make install from the path given by the script. Many distributions ship older versions of ...
Displaying 1791 to 1800 of 4548 total results