Search Results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-summarize-content.html
It can scale horizontally by adding more servers to the cluster, or ', 'vertically by upgrading the hardware.' ) ); mysql> INSERT INTO input_table (Input) VALUES( CONCAT( 'Artificial Intelligence or AI refers to the simulation of human intelligence ...One of the most significant developments in AI in recent years has been the rise of machine learning, a subset of AI that allows computers to learn from data without being explicitly ... The following sections in this topic ...
https://dev.mysql.com/doc/refman/8.4/en/stored-objects-security.html
Stored programs (procedures, functions, triggers, and events) and views are defined prior to use and, when referenced, execute within a security context that determines their privileges. The server invokes these objects automatically as necessary, ...The privileges applicable to execution of a stored object are controlled by its DEFINER attribute and SQL SECURITY ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-introduction.html
MySQL Connector/C++ is a MySQL database connector for C++ applications that connect to MySQL servers. Connector/C++ can be used to access MySQL servers that implement a document store, or in a traditional way using SQL statements. Connector/C++ ...
https://dev.mysql.com/doc/refman/8.4/en/blob.html
You can change the message buffer size by changing the value of the max_allowed_packet variable, but you must do so for both the server and your client program. See Section 7.1.1, “Configuring the Server”, Section 6.5.1, “mysql — The MySQL ...You can make more bytes significant in sorting or grouping by increasing the value of max_sort_length at server startup or ...
https://dev.mysql.com/doc/refman/8.4/en/charset.html
Character set issues affect not only data storage, but also communication between client programs and the MySQL server. If you want the client program to communicate with the server using a character set different from the default, you need to ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-installation.html
Invoke the MySQL client program and create the custom schema on the server. Installing MySQL Enterprise Firewall Uninstalling MySQL Enterprise Firewall Installing MySQL Enterprise Firewall If MySQL Enterprise Firewall is already installed from an ...
https://dev.mysql.com/doc/refman/8.4/en/security-guidelines.html
In discussing security, it is necessary to consider fully protecting the entire server host (not just the MySQL server) against all types of applicable attacks: eavesdropping, altering, playback, and denial of service. There is also support for ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbtransaction.html
Prior to NDB 8.0.30, you must use the --ndb-blob-write-batch-bytes option, or one of its associated MySQL Server system variables, to set the blob batch size from mysql or another MySQL client program. Note blob read batching can also be controlled ...A transaction consists of a list of operations represented by the NdbOperation class, or by one of its subclasses—NdbScanOperation, NdbIndexOperation, or ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
(WL #12149) X DevAPI Notes For X DevAPI and X DevAPI for C applications, Connector/C++ now supports the ability to send connection attributes (key-value pairs that application programs can pass to the server at connect time). Connector/C++ now ...
https://dev.mysql.com/doc/refman/8.4/en/charset-errors.html
If the server sends the error message to a client program, the server converts it from UTF-8 to the character set specified by the character_set_results system variable. This section describes how the MySQL server uses character sets for ...For ...