PDF (US Ltr)
- 35.0Mb
PDF (A4)
- 35.1Mb
Man Pages (TGZ)
- 254.9Kb
Man Pages (Zip)
- 359.8Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/replication-mode-change-online-concepts.html
The ability to configure the replication mode online means that the gtid_mode and enforce_gtid_consistency variables are now both dynamic and can be set from a top-level statement by an account that has privileges sufficient to set global system ...
https://dev.mysql.com/doc/refman/5.7/en/reserved-accounts.html
Strictly speaking, this account name is not reserved, in the sense that some installations rename the root account to something else to avoid exposing a highly privileged account with a well-known name. One part of the MySQL installation process is ...
https://dev.mysql.com/doc/refman/5.7/en/set-sql-log-bin.html
The session user must have privileges sufficient to set restricted session variables. SET sql_log_bin = {OFF|ON} The sql_log_bin variable controls whether logging to the binary log is enabled for the current session (assuming that the binary log ...
https://dev.mysql.com/doc/refman/5.7/en/show-create-view.html
Use of SHOW CREATE VIEW requires the SHOW VIEW privilege, and the SELECT privilege for the view in question. SHOW CREATE VIEW view_name This statement shows the CREATE VIEW statement that creates the named view. row *************************** ...
https://dev.mysql.com/doc/refman/5.7/en/show-status.html
SHOW [GLOBAL | SESSION] STATUS [LIKE 'pattern' | WHERE expr] Note The value of the show_compatibility_56 system variable affects the information available from and privileges required for the statement described here. For details, see the ...
https://dev.mysql.com/doc/refman/5.7/en/show-variables.html
SHOW [GLOBAL | SESSION] VARIABLES [LIKE 'pattern' | WHERE expr] Note The value of the show_compatibility_56 system variable affects the information available from and privileges required for the statement described here. For details, see the ...
https://dev.mysql.com/doc/refman/5.7/en/shutdown.html
A successful SHUTDOWN sequence consists of checking the privileges, validating the arguments, and sending an OK packet to the client. SHUTDOWN provides an SQL-level interface to the same functionality available using the mysqladmin shutdown command ...
https://dev.mysql.com/doc/refman/5.7/en/sys-ps-setup-reload-saved.html
That is a restricted operation, so the procedure requires privileges sufficient to set restricted session variables. Reloads a Performance Schema configuration saved earlier within the same session using ps_setup_save(). This procedure disables ...
https://dev.mysql.com/doc/refman/5.7/en/sys-ps-setup-save.html
That is a restricted operation, so the procedure requires privileges sufficient to set restricted session variables. This enables you to alter the configuration temporarily for debugging or other purposes, then restore it to the previous state by ...
https://dev.mysql.com/doc/refman/5.7/en/sys-ps-trace-statement-digest.html
That is a restricted operation, so the procedure requires privileges sufficient to set restricted session variables. Traces all Performance Schema instrumentation for a specific statement digest. If you find a statement of interest within the ...