Search Results
https://dev.mysql.com/doc/refman/8.4/en/load-data-local-security.html
The LOAD DATA statement loads a data file into a table. The statement can load a file located on the server host, or, if the LOCAL keyword is specified, on the client host. In theory, a patched server could tell the client program to transfer a ...
https://dev.mysql.com/doc/refman/8.4/en/lock-order-tool.html
If the _trace_ variable is enabled, an error is printed to the logs. If lock_order is enabled, an error is raised if the server encounters a lock-acquisition sequence that is not declared in the lock-order graph. The MySQL server is a multithreaded ...
https://dev.mysql.com/doc/refman/8.4/en/log-destinations.html
MySQL Server provides flexible control over the destination of output written to the general query log and the slow query log, if those logs are enabled. Possible destinations for log entries are log files or the general_log and slow_log tables in ...
https://dev.mysql.com/doc/refman/8.4/en/macos-installation-pkg.html
The package is located inside a disk image (.dmg) file that you first need to mount by double-clicking its icon in the Finder. Note Before proceeding with the installation, be sure to stop all running MySQL server instances by using either the ...
https://dev.mysql.com/doc/refman/8.4/en/myisam-crash-recovery.html
In this case, myisamchk does not abort on some errors (such as duplicate-key errors) but instead tries to resolve them by modifying the .MYD file. This section describes how to check for and deal with data corruption in MySQL databases. If your ...
https://dev.mysql.com/doc/refman/8.4/en/myisampack.html
If you kill myisampack, the .TMD file might not be deleted.) Normally, myisampack exits with an error if it finds that tbl_name.TMD exists. When the table is used later, the server reads into memory the information needed to decompress columns. This ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-event-reports.html
Each reportable event can be distinguished according to three different criteria: Category: This can be any one of the following values: STARTUP, SHUTDOWN, STATISTICS, CHECKPOINT, NODERESTART, CONNECTION, ERROR, or INFO. Priority: This is ... In ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-windows-initial-start.html
This means that, if the management node fails to start due to an error in this file, you must make the management node re-read config.ini after you have corrected any errors in it. Once the NDB Cluster executables and needed configuration files are ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations-transactions.html
A duplicate key or similar error causes the entire transaction to be rolled back. A number of limitations exist in NDB Cluster with regard to the handling of transactions. The NDBCLUSTER storage engine supports only the READ COMMITTED transaction ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-desc.html
--core-file Command-Line Format --core-file Write core file on error; used in debugging. ndb_desc provides a detailed description of one or more NDB tables. Usage ndb_desc -c connection_string tbl_name -d db_name [options] ndb_desc -c ...