Search Results
https://dev.mysql.com/doc/refman/8.4/en/system-variable-privileges.html
This includes operations that affect runtime values, and operations that persist values. To persist a global system variable to the mysqld-auto.cnf file (and set the runtime value), use the SET PERSIST statement, which requires the ...(For ...(For ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.restore.html
Also delete all files inside the directories specified by the --innodb_data_home_dir, --innodb_log_group_home_dir, and --innodb_undo_directory options for restore, if the directories are different from the data directory. Use, for example, the ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-show-status.html
show status show status --cluster|-c cluster_name show status --operation|-o cluster_name show status --backup|-b cluster_name show status --process|-r cluster_name show status --progress cluster_name show status --progressbar cluster_name This ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-call-statements.html
The procedure takes parameters of all three types (IN, OUT, INOUT), displays their initial values, assigns new values, displays the updated values, and returns. The number of columns and the data types of the columns need not be the same for all ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-server-side.html
Declare the server-side plugin with the usual general descriptor format that is used for all server plugin types (see Section 4.4.2.1, “Server Plugin Library and Plugin Descriptors”). The auth_simple_handler member of the general descriptor ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-7.html
(WL #10528) X DevAPI: Consolidated the BaseSession, NodeSession, and XSession interfaces into a single com.mysql.cj.api.xdevapi.Session interface. Consolidated the AbstractSession, NodeSessionImpl, and XSessionImpl classes into the ... MySQL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-9.html
Version 8.0.9 Release Candidate is the first release candidate of the 8.0 branch of MySQL Connector/J, providing an insight into upcoming features. (Bug #26748909) When working with MySQL Server 8.0, an update or delete statement for a ...It is ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-chat.html
The HEATWAVE_CHAT routine automatically calls the ML_RAG routine which loads an LLM and runs a semantic search on the available vector stores by default. If the routine cannot find a vector store, then it calls the ML_GENERATE routine and uses ...
MySQL NDB Cluster API Developer Guide :: 4.2.2.5 ClusterJ Mappings Between MySQL and Java Data Types
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-mappings.html
java.util.Date represents date and time similar to the way in which Unix does so, but with more precision and a larger range. The following tables show the mappings used by ClusterJ between common Java data types and MySQL column types. Where Unix ... ClusterJ provides mappings for all of the common MySQL database types to Java ...
https://dev.mysql.com/doc/refman/8.4/en/statement-caching.html
For certain statements that a client might execute multiple times during a session, the server converts the statement to an internal structure and caches that structure to be used during execution. Conversion and caching occurs for these ...Caching ...