Search



Search Results
Displaying 1621 to 1630 of 3329 total results
https://dev.mysql.com/doc/refman/8.4/en/date-and-time-type-syntax.html
The way the server handles TIMESTAMP definitions depends on the value of the explicit_defaults_for_timestamp system variable (see Section 7.1.8, “Server System Variables”). If explicit_defaults_for_timestamp is disabled, the server handles ...
https://dev.mysql.com/doc/refman/8.4/en/ddl-rewriter-options.html
If values specified at startup time are incorrect, the ddl_rewriter plugin may fail to initialize properly and the server does not load it. To control activation of the ddl_rewriter plugin, use this option: --ddl-rewriter[=value] Command-Line Format ... This section describes the command options that control operation of the ddl_rewriter ...
https://dev.mysql.com/doc/refman/8.4/en/deploy-mysql-nonlinux-docker.html
Warning The MySQL Docker images provided by Oracle are built specifically for Linux platforms. Other platforms are not supported, and users running the MySQL Docker images from Oracle on them are doing so at their own risk. This section discusses ...
https://dev.mysql.com/doc/refman/8.4/en/disk-issues.html
This section describes ways to configure storage devices when you can devote more and faster storage hardware to the database server. You can also set the parameters for the file system that the database uses: If you do not need to know when files ...For information about optimizing an InnoDB configuration to improve I/O performance, see Section 10.5.8, “Optimizing InnoDB Disk ...
https://dev.mysql.com/doc/refman/8.4/en/drop-function-loadable.html
During the normal startup sequence, the server loads functions registered in the mysql.func table. Because DROP FUNCTION removes the mysql.func row for the dropped function, the server does not load the function during subsequent restarts. If you ...
https://dev.mysql.com/doc/refman/8.4/en/drop-index.html
This is done automatically by the server whenever it determines that it is possible to do so; you do not have to use any special SQL syntax or server options to cause it to happen. For more information, see Section 15.1.9, “ALTER TABLE ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-components.html
Provides a parser for reading error log files created by previous server instances. Provides a parser for reading error log files created by previous server instances. Does not provide a parser for reading error log files created by previous server ... This section describes the characteristics of individual error log ...
https://dev.mysql.com/doc/refman/8.4/en/error-log.html
This section discusses how to configure the MySQL server for logging of diagnostic messages to the error log. It also contains diagnostic messages such as errors, warnings, and notes that occur during server startup and shutdown, and while the ...
https://dev.mysql.com/doc/refman/8.4/en/explain-output.html
See the description of the ndb_join_pushdown server system variable for more information and examples. Scanned N databases (JSON property: message) This indicates how many directory scans the server performs when processing a query for ... The ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-c-api.html
What is “MySQL Native C API”? What are typical benefits and use cases? libmysql is a C-based API that you can use in C applications to connect with the MySQL database server. How to I download libmysql? Linux: The Client Utilities Package is ...
Displaying 1621 to 1630 of 3329 total results