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 461 to 470 of 499 total results
https://dev.mysql.com/doc/refman/5.7/en/show-create-user.html
SHOW CREATE USER user This statement shows the CREATE USER statement that creates the named user. The statement requires the SELECT privilege for the mysql system database, except to display information for the current user. To name the account, ...
https://dev.mysql.com/doc/refman/5.7/en/show-grants.html
For example, if an anonymous account exists, the named account might be able to use its privileges, but SHOW GRANTS does not display them. SHOW GRANTS [FOR user] This statement displays the privileges that are assigned to a MySQL user account, in ...
https://dev.mysql.com/doc/refman/5.7/en/show-relaylog-events.html
If no channel is named and no extra channels exist, the statement applies to the default channel. SHOW RELAYLOG EVENTS [IN 'log_name'] [FROM pos] [LIMIT [offset,] row_count] [channel_option] channel_option: FOR CHANNEL channel Shows the events in ...
https://dev.mysql.com/doc/refman/5.7/en/signal.html
Without SIGNAL, it is necessary to resort to workarounds such as deliberately referring to a nonexistent table to cause a routine to return an error. Example: CREATE PROCEDURE p (divisor INT) BEGIN DECLARE divide_by_zero CONDITION FOR SQLSTATE ...
https://dev.mysql.com/doc/refman/5.7/en/source-ssl-library-configuration.html
To determine whether a server was compiled using OpenSSL or yaSSL, check the existence of any of the system or status variables that are present only for OpenSSL. An SSL library is required for support of encrypted connections, entropy for random ...
https://dev.mysql.com/doc/refman/5.7/en/spatial-analysis-functions.html
MySQL provides functions to perform various operations on spatial data.
https://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html
In addition, Section 12.16.7, “Geometry Property Functions”, discusses several functions that construct new geometries from existing ones. OpenGIS proposes a number of functions that can produce geometries. These functions support all argument ...
https://dev.mysql.com/doc/refman/5.7/en/spatial-types.html
The Open Geospatial Consortium (OGC) is an international consortium of more than 250 companies, agencies, and universities participating in the development of publicly available conceptual solutions that can be useful with all kinds of applications ...
https://dev.mysql.com/doc/refman/5.7/en/ssl-libraries.html
See Section 12.13, “Encryption and Compression Functions” Certain OpenSSL-related system and status variables are present only if MySQL was compiled using OpenSSL: auto_generate_certs sha256_password_auto_generate_rsa_keys ... MySQL can be ...
https://dev.mysql.com/doc/refman/5.7/en/stop-slave.html
If no channel is named and no extra channels exist, the statement applies to the default channel. ] thread_type: IO_THREAD | SQL_THREAD channel_option: FOR CHANNEL channel Stops the replication threads. Recommended best practice is to execute STOP ...
Displaying 461 to 470 of 499 total results