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/replication-rbr-safe-unsafe.html
                                These functions include FOUND_ROWS(), GET_LOCK(), IS_FREE_LOCK(), IS_USED_LOCK(), LOAD_FILE(), MASTER_POS_WAIT(), PASSWORD(), RAND(), RELEASE_LOCK(), ROW_COUNT(), SESSION_USER(), SLEEP(), SYSDATE(), SYSTEM_USER(), USER(), UUID(), and UUID_SHORT(). 
                                            
                https://dev.mysql.com/doc/refman/5.7/en/expressions.html
                                 This section lists the grammar rules that expressions must follow in MySQL and provides additional information about the types of terms that may appear in expressions. For additional information about some of the expression terms, see Expression ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/selinux-troubleshooting.html
                                In this case, a “denial” message is logged to /var/log/audit/audit.log: $> grep "denied" /var/log/audit/audit.log type=AVC msg=audit(1587133719.786:194): avc: denied { write } for pid=7133 comm="mysqld" name="mysql" dev="dm-0" ino=51347078 ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/privilege-changes.html
                                Any user can connect and perform any operation, which is insecure. The in-memory tables become effective for access control at that point. Thus, if you change the grant tables directly but forget to reload them, the changes have no effect until you ... If the mysqld server is started without the --skip-grant-tables option, it reads all grant table contents into memory during its startup ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/macos-installation-prefpane.html
                                You may be prompted for the username and password of a user with administrator privileges to start the MySQL server. You may be prompted for the username and password of a user with administrator privileges to stop the MySQL server. The preference ... The MySQL Installation Package includes a MySQL preference pane that enables you to start, stop, and control automated startup during boot of your MySQL ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/replace-third-party-yum.html
                                 For supported Yum-based platforms (see Section 2.5.1, “Installing MySQL on Linux Using the MySQL Yum Repository”, for a list), you can replace a third-party distribution of MySQL with the latest GA release (from the MySQL 5.7 series currently) ...Adding the MySQL Yum Repository Add the MySQL Yum repository to your system's repository list by following the instructions given in Adding the MySQL Yum ...
                                            
                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/innodb-system-tablespace.html
                                When using a raw disk partition, ensure that the user ID that runs the MySQL server has read and write privileges for that partition. For example, if running the server as the mysql user, the partition must be readable and writeable by mysql. To do ... The system tablespace is the storage area for the InnoDB data dictionary, the doublewrite buffer, the change buffer, and undo ...It ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/innodb-information-schema-fulltext_index-tables.html
                                Before querying any of them, set the value of the innodb_ft_aux_table system variable to the name (including the database name) of the table that contains the FULLTEXT index (for example, test/articles). YourSQL','In the following database ...
                                            
                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. SELinux policy modules use SELinux contexts to define rules for how processes, files, ports, and other system objects interact ... Security-Enhanced Linux (SELinux) is a mandatory access control (MAC) system that implements access rights by applying a security label referred to as an SELinux context to each system ...