Search Results
https://dev.mysql.com/doc/refman/8.4/en/enterprise-encryption.html
The functions enable Enterprise applications to perform the following operations: Implement added data protection using public-key asymmetric cryptography Create public and private keys and digital signatures Perform asymmetric encryption and ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-format.html
log_sink_json Output Format The JSON-format log sink produces messages as JSON objects that contain key-value pairs. The ts (timestamp) key is unique to the JSON-format log sink. Each error log sink (writer) component has a characteristic output ...
https://dev.mysql.com/doc/refman/8.4/en/examples.html
Supposing that each trader has a single fixed price per article, then (article, dealer) is a primary key for the records. Here are examples of how to solve some common problems with MySQL. Some of the examples use the table shop to hold the price ...
https://dev.mysql.com/doc/refman/8.4/en/extensions-to-ansi.html
For example, MySQL Server recognizes the STRAIGHT_JOIN keyword in the following statement, but other servers should not: SELECT /*! STRAIGHT_JOIN */ col1 FROM table1,table2 WHERE ... The KEY_BLOCK_SIZE clause in the following comment is executed ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-reference.html
ID An integer column that is a primary key for the table. ID An integer column that is a primary key for the table. When enabled, the firewall bases operational decisions on the cached data. The firewall database can be the mysql system database or ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-search-mecab.html
The built-in MySQL full-text parser uses the white space between words as a delimiter to determine where words begin and end, which is a limitation when working with ideographic languages that do not use word delimiters. To address this limitation ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-search-ngram.html
The built-in MySQL full-text parser uses the white space between words as a delimiter to determine where words begin and end, which is a limitation when working with ideographic languages that do not use word delimiters. To address this limitation, ...
https://dev.mysql.com/doc/refman/8.4/en/getting-information.html
What if you forget the name of a database or table, or what the structure of a given table is (for example, what its columns are called)? MySQL addresses this problem through several statements that provide information about the databases and ...
https://dev.mysql.com/doc/refman/8.4/en/gis-format-conversion-functions.html
The only permitted key value is axis-order, with permitted values of lat-long, long-lat and srid-defined (the default). MySQL supports the functions listed in this section for converting geometry values from internal geometry format to WKT or WKB ...
https://dev.mysql.com/doc/refman/8.4/en/gis-wkb-functions.html
The only permitted key value is axis-order, with permitted values of lat-long, long-lat and srid-defined (the default). These functions take as arguments a BLOB containing a Well-Known Binary (WKB) representation and, optionally, a spatial ...