Search

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


Displaying 431 to 440 of 996 total results
https://dev.mysql.com/doc/refman/5.7/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/5.7/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/5.7/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/5.7/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. Your system must support either OpenSSL or yaSSL: All MySQL Enterprise Edition binary distributions are ...
https://dev.mysql.com/doc/refman/5.7/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/5.7/en/ssl-libraries.html
The server can automatically generate missing SSL and RSA certificate and key files at startup. See Section 12.13, “Encryption and Compression Functions” Certain OpenSSL-related system and status variables are present only if MySQL was compiled ... MySQL can be compiled using OpenSSL or yaSSL, both of which enable encrypted connections based on the OpenSSL API: MySQL Enterprise Edition binary distributions are compiled using ...
https://dev.mysql.com/doc/refman/5.7/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/5.7/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 ...
https://dev.mysql.com/doc/refman/5.7/en/sys-schema-usage.html
To generate a dump file, name the sys schema explicitly on the command line using either of these commands: mysqldump --databases --routines sys > sys_dump.sql mysqlpump sys > sys_dump.sql To reinstall the schema from the dump file, use this ...Most ...
https://dev.mysql.com/doc/refman/5.7/en/sys-schema.html
Stored procedures that perform operations such as Performance Schema configuration and generating diagnostic reports. MySQL 5.7 includes the sys schema, a set of objects that helps DBAs and developers interpret data collected by the Performance ...
Displaying 431 to 440 of 996 total results