Search

Download this Manual
PDF (US Ltr) - 35.0Mb
PDF (A4) - 35.1Mb
Man Pages (TGZ) - 255.5Kb
Man Pages (Zip) - 360.3Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb


Displaying 1131 to 1137 of 1137 total results
https://dev.mysql.com/doc/refman/5.7/en/server-shutdown.html
If the SQL thread is in the middle of a transaction at this point, the server waits until the current replication event group (if any) has finished executing, or until the user issues a KILL QUERY or KILL CONNECTION statement. The server shutdown ...
https://dev.mysql.com/doc/refman/5.7/en/set-statement.html
Descriptions for the other forms appear elsewhere, grouped with other statements related to the capability they help implement: SET PASSWORD assigns account passwords. Descriptions for those forms that are not associated with a specific server ...
https://dev.mysql.com/doc/refman/5.7/en/source-configuration-options.html
That section also includes information about specifying options otherwise specified in [mysqld_safe] option groups. The CMake program provides a great deal of control over how you configure a MySQL source distribution. Typically, you do this using ...
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-function-argument-handling.html
Specific functions or groups of functions may have additional or different argument-handling characteristics, as discussed in the sections where those function descriptions occur. Spatial values, or geometries, have the properties described in ...
https://dev.mysql.com/doc/refman/5.7/en/storage-engines.html
Merge: Enables a MySQL DBA or developer to logically group a series of identical MyISAM tables and reference them as one object. Storage engines are MySQL components that handle the SQL operations for different table types. InnoDB is the default ...
https://dev.mysql.com/doc/refman/5.7/en/view-updatability.html
Some views are updatable and references to them can be used to specify tables to be updated in data change statements. That is, you can use them in statements such as UPDATE, DELETE, or INSERT to update the contents of the underlying table. Derived ...