Search



Search Results
Displaying 271 to 280 of 2199 total results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-sysschema-statementanalysis-total-executions-category.html
Lists the Sys Schema Statement Analysis by Total Executions metrics and provides a brief description of each. Table 6.39 Sys Schema Statement Analysis by Total Executions Metrics NameDescriptionAvg Latency The average wait time per timed occurrence ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-sysschema-statementanalysis-total-latency-category.html
Lists the Sys Schema Statement Analysis by Total Latency metrics and provides a brief description of each. Table 6.40 Sys Schema Statement Analysis by Total Latency Metrics NameDescriptionAvg Latency The average wait time per timed occurrence of ...
https://dev.mysql.com/doc/mysql-sles-repo-quick-guide/en/index.html
Abstract This is a quick guide for using the MySQL SLES repository to install and upgrade MySQL on SUSE Linux Enterprise Server (SLES). For supported versions and architectures of SUSE and openSUSE, see the official Supported Platforms by MySQL ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-privileges.html
mysql>GRANT SELECT, INSERT, CREATE, DROP, ALTER, UPDATE ON output_schema.* TO 'user_name'@'%'; For more information, see Privileges Provided by MySQL and Default MySQL Privileges. What's Next Learn about the available LLMs, embedding Models, and ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-vector-store-load.html
This section describes how to generate vector embeddings for files or folders stored in Object Storage, and load the embeddings into a vector store table. If not already done, create an Oracle Cloud Infrastructure (OCI) bucket for storing files ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-logging-configuration.html
This section describes how to configure audit logging characteristics, such as the file to which the audit log plugin writes events, the format of written events, whether to enable log file compression and encryption, and space management. The ...
https://dev.mysql.com/doc/refman/8.4/en/charset-collation-coercibility.html
In the great majority of statements, it is obvious what collation MySQL uses to resolve a comparison operation. For example, in the following cases, it should be clear that the collation is the collation of column x: SELECT x FROM T ORDER BY x; ...
https://dev.mysql.com/doc/refman/8.4/en/charset-cp932.html
Why is cp932 needed? In MySQL, the sjis character set corresponds to the Shift_JIS character set defined by IANA, which supports JIS X0201 and JIS X0208 characters. (See http://www.iana.org/assignments/character-sets.) However, the meaning of ...
https://dev.mysql.com/doc/refman/8.4/en/create-table-gipks.html
MySQL 8.4 supports generated invisible primary keys for any InnoDB table that is created without an explicit primary key. When the sql_generate_invisible_primary_key server system variable is set to ON, the MySQL server automatically adds a ...
https://dev.mysql.com/doc/refman/8.4/en/date-calculations.html
MySQL provides several functions that you can use to perform calculations on dates, for example, to calculate ages or extract parts of dates. To determine how many years old each of your pets is, use the TIMESTAMPDIFF() function. Its arguments are ...
Displaying 271 to 280 of 2199 total results