Search

Download this Manual
PDF (US Ltr) - 35.1Mb
PDF (A4) - 35.2Mb
Man Pages (TGZ) - 256.4Kb
Man Pages (Zip) - 361.2Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb


Displaying 401 to 410 of 687 total results
https://dev.mysql.com/doc/refman/5.7/en/rewriter-query-rewrite-plugin.html
Users communicate with the plugin by modifying the set of rules stored in this table. The plugin communicates with users by setting the message column of table rows. MySQL supports query rewrite plugins that can examine and possibly modify SQL ...
https://dev.mysql.com/doc/refman/5.7/en/selinux.html
An SELinux context (the label applied to a system object) has the following fields: user, role, type, and security level. Security-Enhanced Linux (SELinux) is a mandatory access control (MAC) system that implements access rights by applying a ...
https://dev.mysql.com/doc/refman/5.7/en/server-loadable-functions.html
That terminology was something of a misnomer because “user-defined” also can apply to other types of functions, such as stored functions (a type of stored object written using SQL) and native functions added by modifying the server source code.
https://dev.mysql.com/doc/refman/5.7/en/server-shutdown.html
For example, a user with the SHUTDOWN privilege can execute a mysqladmin shutdown command. If the SQL thread is in the middle of a transaction at this point, the server waits until the current replication event group (if any) has finished executing, ... The server shutdown process takes place as follows: The shutdown process is ...
https://dev.mysql.com/doc/refman/5.7/en/setting-environment-variables.html
For example, on Windows, you can set the USER variable to specify your MySQL account name. To do so, use this syntax: SET USER=your_name The syntax on Unix depends on your shell. Environment variables can be set at the command prompt to affect the ...
https://dev.mysql.com/doc/refman/5.7/en/solaris-installation.html
If you enable setuid() core files for the current user, they are generated using mode 600, and are owned by the superuser. Note MySQL 5.7 supports Solaris 11 (Update 3 and later). MySQL on Solaris is available in a number of different formats. For ...
https://dev.mysql.com/doc/refman/5.7/en/source-configuration-options.html
The CMake program provides a great deal of control over how you configure a MySQL source distribution. Typically, you do this using options on the CMake command line. For information about options supported by CMake, run either of these commands in ...
https://dev.mysql.com/doc/refman/5.7/en/symbolic-links-to-tables.html
This is an extremely good reason not to run mysqld as the root operating system user or permit operating system users to have write access to MySQL database directories. For files used by tables for other storage engines, you may get strange ...
https://dev.mysql.com/doc/refman/5.7/en/sys-execute-prepared-stmt.html
Configuration Options execute_prepared_stmt() operation can be modified using the following configuration options or their corresponding user-defined variables (see Section 26.4.2.1, “The sys_config Table”): debug, @sys.debug If this option is ... Given an SQL statement as a string, executes it as a prepared ...
https://dev.mysql.com/doc/refman/5.7/en/sys-memory-by-thread-by-current-bytes.html
By default, rows are sorted by descending amount of memory used. The memory_by_thread_by_current_bytes and x$memory_by_thread_by_current_bytes views have these columns: thread_id The thread ID. current_count_used The current number of allocated ...
Displaying 401 to 410 of 687 total results