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
                    
            Search Results
                        
                    
                    
            https://dev.mysql.com/doc/refman/5.7/en/keyring-service.html
                                 MySQL Server supports a keyring service that enables internal server components and plugins to securely store sensitive information for later retrieval. Keyring service functions treat key IDs, user names, types, and values as binary strings, so ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/mysql-logging.html
                                 The mysql client can do these types of logging for statements executed interactively: On Unix, mysql writes the statements to a history file. By default, this file is named .mysql_history in your home directory. To specify a different file, set the ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/mysqlbinlog.html
                                The option has these permissible values (not case-sensitive): AUTO ("automatic") or UNSPEC ("unspecified") displays BINLOG statements automatically when necessary (that is, for format description events and row events).  The server's binary log ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/mysqlcheck.html
                                --skip-database=db_name Command-Line Format --skip-database=db_name Do not include the named database (case-sensitive) in the operations performed by mysqlcheck.  The mysqlcheck client performs table maintenance: It checks, repairs, optimizes, or ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/security-plugins.html
                                Data masking hides sensitive information by replacing real values with substitutes.  MySQL includes several plugins that implement security features: Plugins for authenticating attempts by clients to connect to MySQL Server. For general discussion ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/time-zone-support.html
                                Initially, the session variable takes its value from the global time_zone variable, but the client can change its own time zone with this statement: SET time_zone = timezone; The session time zone setting affects display and storage of time values ... This section describes the time zone settings maintained by MySQL, how to load the system tables required for named time support, how to stay current with time zone changes, and how to enable leap-second ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/validate-password-options-variables.html
                                 This section describes the options, system variables, and status variables that validate_password provides to enable its operation to be configured and monitored. The value should be one of those available for plugin-loading options, as described ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/alter-table.html
                                If this collation is inappropriate for the intended table use (for example, if it would change from a case-sensitive collation to a case-insensitive collation), specify a collation explicitly.  ALTER TABLE tbl_name [alter_option [, alter_option] ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/audit-log-security.html
                                 By default, contents of audit log files produced by the audit log plugin are not encrypted and may contain sensitive information, such as the text of SQL statements. For security reasons, audit log files should be written to a directory accessible ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/bit-value-literals.html
                                A leading 0b is case-sensitive and cannot be written as 0B. In numeric contexts, MySQL treats a bit literal like an integer. To ensure numeric treatment of a bit literal, use it in numeric context. For example, a bit literal assigned to a ...