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 1061 to 1070 of 1444 total results
https://dev.mysql.com/doc/refman/5.7/en/selecting-rows.html
As shown in the preceding section, it is easy to retrieve an entire table. But typically you don't want to see the entire table, particularly when it becomes large. Instead, you're usually more interested in answering a particular question, in ...
https://dev.mysql.com/doc/refman/5.7/en/server-configuration.html
When tuning a MySQL server, the two most important variables to configure are key_buffer_size and table_open_cache. The MySQL server, mysqld, has many command options and system variables that can be set at startup to configure its operation. To ...
https://dev.mysql.com/doc/refman/5.7/en/server-status-variable-reference.html
The following table lists all status variables applicable within mysqld. The last column indicates whether the scope for each variable is Global, Session, or both. Please see the corresponding item descriptions for details on setting and using the ...
https://dev.mysql.com/doc/refman/5.7/en/server-system-variable-reference.html
The following table lists all system variables applicable within mysqld. The table lists command-line options (Cmd-line), options valid in configuration files (Option file), server system variables (System Var), and status variables (Status var) in ...If a server option set on the command line or in an option file differs from the name of the corresponding system variable, the variable name is noted immediately below the corresponding ...
https://dev.mysql.com/doc/refman/5.7/en/set-global-sql-slave-skip-counter.html
For nontransactional tables, an event group corresponds to a single SQL statement. Note A single transaction can contain changes to both transactional and nontransactional tables. SET GLOBAL sql_slave_skip_counter = N This statement skips the next ...
https://dev.mysql.com/doc/refman/5.7/en/sha256-pluggable-authentication.html
The following table shows the plugin names on the server and client sides. Note It is possible to compile MySQL using yaSSL as an alternative to OpenSSL only prior to MySQL 5.7.28. MySQL provides two authentication plugins that implement SHA-256 ...
https://dev.mysql.com/doc/refman/5.7/en/show-create-trigger.html
This statement requires the TRIGGER privilege for the table associated with the trigger. row *************************** Trigger: ins_sum sql_mode: ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES, NO_ZERO_IN_DATE,NO_ZERO_DATE, ERROR_FOR_DIVISION_BY_ZERO, ...
https://dev.mysql.com/doc/refman/5.7/en/show-databases.html
Caution Because a global privilege is considered a privilege for all databases, any global privilege enables a user to see all database names with SHOW DATABASES or by examining the INFORMATION_SCHEMA SCHEMATA table. SHOW {DATABASES | SCHEMAS} ...
https://dev.mysql.com/doc/refman/5.7/en/show-plugins.html
For plugins installed with INSTALL PLUGIN, the Name and Library values are also registered in the mysql.plugin system table. row *************************** Name: binlog Status: ACTIVE Type: STORAGE ENGINE Library: NULL License: GPL ...
https://dev.mysql.com/doc/refman/5.7/en/show-procedure-code.html
To use either statement, you must be the owner of the routine or have SELECT access to the mysql.proc table. SHOW PROCEDURE CODE proc_name This statement is a MySQL extension that is available only for servers that have been built with debugging ...
Displaying 1061 to 1070 of 1444 total results