Search



Search Results
Displaying 1011 to 1020 of 1823 total results
https://dev.mysql.com/doc/refman/9.7/en/mysql-commands.html
This behavior on the server side comes into play for multiple-statement execution (see Multiple Statement Execution Support), and for parsing the body of stored procedures and functions, triggers, and events (see Section 27.1, “Defining Stored ...
https://dev.mysql.com/doc/refman/9.7/en/selinux-troubleshooting.html
Troubleshooting SELinux typically involves placing SELinux into permissive mode, rerunning problematic operations, checking for access denial messages in the SELinux audit log, and placing SELinux back into enforcing mode after problems are ...grep ...
https://dev.mysql.com/doc/refman/9.7/en/stored-program-restrictions.html
This includes SELECT statements that do not have an INTO var_list clause and other statements such as SHOW, EXPLAIN, and CHECK TABLE. If a trigger uses a table and the table has changed since the trigger was loaded into the cache, the trigger ...
https://dev.mysql.com/doc/refman/9.7/en/windows-restrictions.html
The following restrictions apply to use of MySQL on the Windows platform: Process memory On Windows 32-bit platforms, it is not possible by default to use more than 2GB of RAM within a single process, including MySQL. This is because the physical ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-encrypted-innodb.html
mysqlbackup then copies over from the server the encrypted keyring data file, which contains the master key used to encrypt all the tablespace keys, into the meta folder in the backup and names the file keyring_kef; the file is encrypted with the ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/innodb-clusterset-failover.html
An emergency failover makes a selected replica cluster into the primary InnoDB Cluster for the InnoDB ClusterSet deployment. The primary cluster in the Rome datacenter has gone offline, so an emergency failover has been carried out to make the ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities.html
importTable() A parallel table import utility that splits up a single data file and uses multiple threads to load the chunks into a MySQL table. loadDump() A dump loading utility that can import data dumped using MySQL Shell's Instance, Schema, and ...To access the utilities from within MySQL Shell, use the util global object, which is available in JavaScript and Python modes, but not SQL ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-prepared-statement-type-conversions.html
Here are some examples: If you use MYSQL_TYPE_LONG with an int variable to pass an integer value to the server that is to be stored into a FLOAT column, MySQL converts the value to floating-point format before storing it. If you fetch an SQL ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-genai-vector-store-overview.html
About Vector Processing To create vector embeddings, GenAI uses in-database embedding models, which are encoders that converts sequence of words and sentences from documents into numerical representations. The text extracted from images is converted ... This section describes the Vector Store functionality available with ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-mysqlai-vector-store-load.html
The VECTOR_STORE_LOAD routine generates vector embedding for the specified files or folders that are , and loads the embeddings into a new vector store table. language: specifies the text content language used in the files to be ingested into the ...This routine creates an asynchronous task which loads vector store tables in the ...
Displaying 1011 to 1020 of 1823 total results