Search Results
https://dev.mysql.com/doc/refman/8.4/en/connecting-using-uri-or-key-value-pairs.html
compression-algorithms and compression-level: These options are available in MySQL Shell for more control over connection compression. You can specify them to select the compression algorithm used for the connection, and the numeric compression ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-sles-repo.html
If you have installed MySQL with RPMs from the MySQL Developer Zone or the native software repository of SLES and want to replace the installation using the RPM from the MySQL SLES repository, follow these steps: Back up your database to avoid data ... The MySQL SLES repository provides RPM packages for installing and managing the MySQL server, client, and other components on SUSE Enterprise Linux ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-load-dump.html
updateGtidSet: [ off | append | replace ] Apply the gtid_executed GTID set from the source MySQL instance, as recorded in the dump metadata, to the gtid_purged GTID set on the target MySQL instance. For MySQL instances that are not MySQL HeatWave ...
https://dev.mysql.com/doc/refman/8.4/en/encrypted-connections.html
Encryption algorithms must include security elements to resist many kinds of known attacks such as changing the order of encrypted messages or replaying data twice. TLS uses encryption algorithms to ensure that data received over a public network ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-generate-content.html
Generating Content To generate text-based content using GenAI, perform the following steps: To define your natural-language query, set the @query variable: mysql> SET @query="QueryInNaturalLanguage"; Replace QueryInNaturalLanguage with a ... The ...
https://dev.mysql.com/doc/refman/8.4/en/json.html
The UPDATE statement uses any of the three functions JSON_SET(), JSON_REPLACE(), or JSON_REMOVE() to update the column. All changes replace existing array or object values with new ones, and do not add any new elements to the parent object or array.
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-3-0.html
(WL #16327) The following methods of the Connector/Python API have been deprecated, with some of them replaced by new property methods: MySQLConnection.get_server_version() replaced by the server_version property. Functionality Added or Changed ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-vector-store-load.html
To set up a new vector store using an object URI, perform the following steps: To create the vector store table, use a new or existing database: mysql>USE DBName; Replace DBName with the database name. Optionally, to specify a name for the vector ...
https://dev.mysql.com/doc/refman/8.4/en/load-data.html
Unless REPLACE is also specified, LOCAL has the same effect as the IGNORE modifier on the interpretation of input file contents and error handling; see Duplicate-Key and Error Handling, and Column Value Assignment. If none of REPLACE, IGNORE, or ...
https://dev.mysql.com/doc/internals/en/floating-point-types.html
This simple algorithm should work quite well in most cases, but has been discarded for the sake of performance. Both algorithms do not take the limited precision of float and double values into account. For the honor of the writer of the first ...