Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/selinux-policies.html
                                man mysqld_selinux If SELinux manual pages are not available, refer to your distribution's SELinux documentation for information about how to generate manual pages using the sepolicy manpage utility.  MySQL Server SELinux policy modules are ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/serialized-dictionary-information.html
                                 In addition to storing metadata about database objects in the data dictionary, MySQL stores it in serialized form. Other storage engines store SDI data in .sdi files that are created for a given table in the table's database directory. Serialized ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/set-sql-log-bin.html
                                The statement prevents new GTIDs from being generated and assigned to the transactions in the dump file as they are executed, so that the original GTIDs for the transactions are used.  SET sql_log_bin = {OFF|ON} The sql_log_bin variable controls ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/show-relaylog-events.html
                                When using multiple replication channels, if a SHOW RELAYLOG EVENTS statement does not have a channel defined using a FOR CHANNEL channel clause an error is generated.  SHOW RELAYLOG EVENTS [IN 'log_name'] [FROM pos] [LIMIT [offset,] row_count] ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/source-installation-prerequisites.html
                                An SSL library is required for support of encrypted connections, entropy for random number generation, and other encryption-related operations. Some of these tools are needed no matter whether you use a standard source distribution or a development ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/source-ssl-library-configuration.html
                                 An SSL library is required for support of encrypted connections, entropy for random number generation, and other encryption-related operations. If you compile MySQL from a source distribution, CMake configures the distribution to use the installed ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/spatial-geojson-functions.html
                                ST_AsGeoJSON(g [, max_dec_digits [, options]]) Generates a GeoJSON object from the geometry g.  This section describes functions for converting between GeoJSON documents and spatial values. Feature and FeatureCollection objects are not supported, ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/start-replica.html
                                You must check the replica's error log for error messages generated by the replication threads, or check that they are running satisfactorily with SHOW REPLICA STATUS.  START REPLICA [thread_types] [until_option] [connection_options] ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/stored-objects.html
                                It can also generate result sets to be returned to the client program.  This chapter discusses stored database objects that are defined in terms of SQL code that is stored on the server for later execution. Stored objects include these object types: ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/stored-routines-syntax.html
                                Multiple SELECT statements generate multiple result sets, so the client must use a MySQL client library that supports multiple result sets.  A stored routine is either a procedure or a function. Stored routines are created with the CREATE PROCEDURE ...