Search

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


Displaying 721 to 730 of 1233 total results
https://dev.mysql.com/doc/refman/5.7/en/deploy-mysql-nonlinux-docker.html
This section discusses some known issues for the images when used on non-Linux platforms. This is because the way Docker for Windows handles file mounting does not allow a host file from being bind-mounted on the socket file. Warning The MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/do.html
In most respects, DO is shorthand for SELECT expr, ..., but has the advantage that it is slightly faster when you do not care about the result. DO is useful primarily with functions that have side effects, such as RELEASE_LOCK(). It cannot be used ...
https://dev.mysql.com/doc/refman/5.7/en/document-store-concepts.html
This section explains the concepts introduced as part of using MySQL as a document store. In terms of MySQL this means: Create a new entry (insertion or addition) Read entries (queries) Update entries Delete entries X Plugin The MySQL Server plugin ...Document A Document is a set of key and value pairs, as represented by a JSON ...
https://dev.mysql.com/doc/refman/5.7/en/drop-server.html
Dropping a server for a table does not affect any FEDERATED tables that used this connection information when they were created. DROP SERVER [ IF EXISTS ] server_name Drops the server definition for the server named server_name. DROP SERVER is not ...
https://dev.mysql.com/doc/refman/5.7/en/drop-user.html
This includes stored programs or views for which the DEFINER attribute names the dropped user. The DROP USER statement removes one or more MySQL accounts and their privileges. It removes privilege rows for the account from all grant tables. To use ...
https://dev.mysql.com/doc/refman/5.7/en/drop-view.html
To avoid this failure scenario, use IF EXISTS syntax in DROP VIEW statements to prevent an error from occurring for views that do not exist. When this clause is given, a NOTE is generated for each nonexistent view. If any views named in the argument ...
https://dev.mysql.com/doc/refman/5.7/en/dynamic-format.html
In this case, you may have to run OPTIMIZE TABLE or myisamchk -r from time to time to improve performance. Dynamic storage format is used if a MyISAM table contains any variable-length columns (VARCHAR, VARBINARY, BLOB, or TEXT), or if the table ...
https://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-installation.html
This differs from their use at function invocation time, for which you can use any lettercase. MySQL Enterprise Encryption functions are located in a loadable function library file installed in the plugin directory (the directory named by the ...
https://dev.mysql.com/doc/refman/5.7/en/error-log.html
This section discusses how to configure the MySQL server for logging of diagnostic messages to the error log. This is your terminal or console window unless the standard error output has been redirected to a different destination. For information ...
https://dev.mysql.com/doc/refman/5.7/en/events-status-info.html
For frequently executed events, it is possible for this to result in many logged messages. The Event Scheduler writes information about event execution that terminates with an error or warning to the MySQL Server's error log. See Section 23.4.6, ...
Displaying 721 to 730 of 1233 total results