Search



Search Results
Displaying 121 to 130 of 887 total results
https://dev.mysql.com/doc/refman/8.4/en/mysql-command-options.html
--compression-algorithms=value Command-Line Format --compression-algorithms=value Type Set Default Value uncompressed Valid Values zlibzstduncompressed The permitted compression algorithms for connections to the server. The available algorithms are ... mysql supports the following options, which can be specified on the command line or in the [mysql] and [client] groups of an option ...
https://dev.mysql.com/doc/refman/8.4/en/mysqladmin.html
--compression-algorithms=value Command-Line Format --compression-algorithms=value Type Set Default Value uncompressed Valid Values zlibzstduncompressed The permitted compression algorithms for connections to the server. The available algorithms are ...You can use it to check the server's configuration and current status, to create and drop databases, and ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlcheck.html
--compression-algorithms=value Command-Line Format --compression-algorithms=value Type Set Default Value uncompressed Valid Values zlibzstduncompressed The permitted compression algorithms for connections to the server. The available algorithms are ... The mysqlcheck client performs table maintenance: It checks, repairs, optimizes, or analyzes ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlshow.html
--compression-algorithms=value Command-Line Format --compression-algorithms=value Type Set Default Value uncompressed Valid Values zlibzstduncompressed The permitted compression algorithms for connections to the server. The available algorithms are ... The mysqlshow client can be used to quickly see which databases exist, their tables, or a table's columns or ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlslap.html
--compression-algorithms=value Command-Line Format --compression-algorithms=value Type Set Default Value uncompressed Valid Values zlibzstduncompressed The permitted compression algorithms for connections to the server. The available algorithms are ... mysqlslap is a diagnostic program designed to emulate client load for a MySQL server and to report the timing of each ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-how-to-import-onnx.html
# python3 encode_onnx_base64.py import onnx import base64 with open("output_file_name", "wb") as f: model = onnx.load("input_file_name") f.write(base64.b64encode(model.SerializeToString())) Replace input_file_name with the full file path to the ONNX ... This topic describes how to import an external ONNX ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-summarize-content.html
Summarize Text To summarize text, perform the following steps: To define the text that you want to summarize, set the @text variable: mysql>SET @text="TextToSummarize"; Replace TextToSummarize with the text that you want to summarize. Machine ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-yum-repo.html
The following instructions assume that MySQL is not already installed on your system using a third-party-distributed RPM package; if that is not the case, follow the instructions given at Replacing a Native Third-Party Distribution of MySQL. Before ...
https://dev.mysql.com/doc/refman/8.4/en/password-management.html
Password verification, to require that password changes also specify the current password to be replaced. In password-change statements, a REPLACE clause specifies the current password to be replaced. REPLACE is optional if password changes for the ... MySQL supports these password-management capabilities: Password expiration, to require passwords to be changed ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-buffer-pool.html
For efficiency of cache management, the buffer pool is implemented as a linked list of pages; data that is rarely used is aged out of the cache using a variation of the least recently used (LRU) algorithm. Buffer Pool LRU Algorithm The buffer pool ... The buffer pool is an area in main memory where InnoDB caches table and index data as it is ...
Displaying 121 to 130 of 887 total results