PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/triggers.html
This means that triggers are not activated by updates made using the NDB API. A trigger is a named database object that is associated with a table, and that activates when a particular event occurs for the table. Some uses for triggers are to ...
https://dev.mysql.com/doc/refman/5.7/en/uninstall-plugin.html
UNINSTALL PLUGIN plugin_name This statement removes an installed server plugin. This means that uninstalling a plugin is something to do with care unless you do not care about the table contents. It requires the DELETE privilege for the ...
https://dev.mysql.com/doc/refman/5.7/en/union.html
Therefore, ORDER BY in this context typically is used in conjunction with LIMIT, to determine the subset of the selected rows to retrieve for the SELECT, even though it does not necessarily affect the order of those rows in the final UNION result.
https://dev.mysql.com/doc/refman/5.7/en/version-tokens-installation.html
To avoid this overhead, do not install it unless you plan to use it. This section describes how to install or uninstall Version Tokens, which is implemented in a plugin library file containing a plugin and loadable functions. For general information ...
https://dev.mysql.com/doc/refman/5.7/en/windows-installation-layout.html
All of the files are located within this parent directory, using the structure shown in the following table. docs Release documentation With MySQL Installer, use the Modify operation to select this optional folder. For MySQL 5.7 on Windows, the ...
https://dev.mysql.com/doc/refman/5.7/en/x-plugin-options-variables.html
This section describes the command options and system variables that configure X Plugin, as well as the status variables available for monitoring purposes. In this case, the server could also produce error messages for other X Plugin settings ...If ...
https://dev.mysql.com/doc/refman/5.7/en/xa-statements.html
For this reason, gtrid values must be globally unique so that there is no ambiguity about which global transaction a given XA transaction is part of. To perform XA transactions in MySQL, use the following statements: XA {START|BEGIN} xid ...
https://dev.mysql.com/doc/refman/5.7/en/audit-log-installation.html
This section describes how to install or uninstall MySQL Enterprise Audit, which is implemented using the audit log plugin and related elements described in Section 6.4.5.1, “Elements of MySQL Enterprise Audit”. To avoid this overhead, do not ...For general information about installing plugins, see Section 5.5.1, “Installing and Uninstalling ...
https://dev.mysql.com/doc/refman/5.7/en/automatic-start.html
This section discusses methods for starting and stopping the MySQL server. systemd, the mysqld_safe and mysql.server scripts, Solaris SMF, and the macOS Startup Item (or MySQL Preference Pane) can be used to start the server manually, or ...
https://dev.mysql.com/doc/refman/5.7/en/c-api-info.html
The MySQL C API Developer Guide is published in standalone form, not as part of the MySQL Reference Manual.