PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
Man Pages (TGZ)
- 272.3Kb
Man Pages (Zip)
- 378.3Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
Search Results
https://dev.mysql.com/doc/refman/9.7/en/show-create-view.html
For example, you might use the ANSI SQL mode to ensure MySQL correctly interprets the standard SQL concatenation operator, the double bar (||), in your queries. SHOW CREATE VIEW view_name This statement shows the CREATE VIEW statement that creates ...
https://dev.mysql.com/doc/refman/9.7/en/spatial-geohash-functions.html
mysql> SELECT ST_GeoHash(180,0,10), ST_GeoHash(-180,-90,15); +----------------------+-------------------------+ | ST_GeoHash(180,0,10) | ST_GeoHash(-180,-90,15) | +----------------------+-------------------------+ | xbpbpbpbpb | 000000000000000 | ...
https://dev.mysql.com/doc/refman/9.7/en/spatial-relation-functions-object-shapes.html
The result is a double-precision number measured in the length unit of the spatial reference system (SRS) of the geometry arguments, or in the length unit of the unit argument if that argument is given. The result is a double-precision number ...
https://dev.mysql.com/doc/refman/9.7/en/sql-mode.html
With ANSI_QUOTES enabled, you cannot use double quotation marks to quote literal strings because they are interpreted as identifiers. The MySQL server can operate in different SQL modes, and can apply these modes differently for different clients, ...
https://dev.mysql.com/doc/refman/9.7/en/srjsapi-session.html
The Session object is always available as the session property of the global object. Session has the methods listed here: createSchema(String name): Creates a database having the specified name, and returns the corresponding Schema object. Returns ...
https://dev.mysql.com/doc/refman/9.7/en/storage-requirements.html
If the same column is instead declared to use the ucs2 double-byte character set, the storage requirement is 10 bytes: The length of 'abcd' is eight bytes and the column requires two bytes to store lengths because the maximum length is greater than ... InnoDB Table Storage Requirements NDB Table Storage Requirements Numeric Type Storage Requirements Date and Time Type Storage Requirements String Type Storage Requirements Spatial Type Storage Requirements JSON Storage Requirements The storage requirements for table data on disk depend on several ...
https://dev.mysql.com/doc/refman/9.7/en/account-names.html
Quote user names and host names as identifiers or as strings, using either backticks (`), single quotation marks ('), or double quotation marks ("). MySQL account names consist of a user name and a host name, which enables creation of distinct ...
https://dev.mysql.com/doc/refman/9.7/en/alter-instance.html
If the CRL file is large, the server allocates a large chunk of memory (ten times the file size), which is doubled while the new instance is being loaded and the old one has not yet been released. ALTER INSTANCE instance_action instance_action: { | ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-file-formats.html
Example: "query": "DELETE FROM t1" query_time The query execution time in microseconds (if the longlong data type is selected) or seconds (if the double data type is selected). The MySQL server calls the audit log component to write an audit record ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-file-formats.html
Example: "query": "DELETE FROM t1" query_time The query execution time in microseconds (if the longlong data type is selected) or seconds (if the double data type is selected). Important The audit_log plugin is deprecated, and is being replaced by ...