Search Results
https://dev.mysql.com/doc/refman/8.4/en/upgrading-what-is-upgraded.html
Dropping and re-creating the index is necessary and might take some time if the system has a large number of users and privileges. Check and repair operations can be time-consuming, particularly for large tables. Installing a new version of MySQL ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-faq.html
A.2: What is the big ibdata file that is in all the backups? You might find your backup data taking more space than expected because of a large file with a name such as ibdata1. This file represents the InnoDB system tablespace, which grows but ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-overview.html
Using GenAI, you can perform natural-language searches in a single step using either in-database or external large language models (LLMs). Key Features In-Database LLM GenAI uses a large language model (LLM) to enable natural language communication ... The GenAI feature of MySQL AI lets you communicate with unstructured data using natural-language ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-generate.html
The ML_GENERATE routine uses the specified large language model (LLM) to generate text-based content as a response for the given natural-language query. It can include the following parameters: task: specifies the task expected from the LLM.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-unattended-installation-cmdline-options-server.html
--help Display the list of valid options --installdir Installation directory --installer-language Language selection --mode Installation mode --mysql_installation_type MySQL server to be used by the MySQL Enterprise Monitor --optionfile Installation ... The following options let you customize the installation process for MySQL Enterprise Service ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-3.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes NDB Client Programs: The ndb_size.pl utility is now deprecated and is no longer supported. Each epoch received from NDB consists of a large number ... MySQL NDB Cluster 8.4.3 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-reading.html
With a larger buffer size, calls return more events, so fewer calls are needed. To set a limit on the number of bytes that audit_log_read() reads, set the audit_log_read_buffer_size system variable. Each client should set its session value of ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-remote.html
You can estimate the size of your data by checking the data directory size on your file system and the size of any tablespaces that reside outside of the data directory. When estimating data size on the donor, remember that only InnoDB data is ...
https://dev.mysql.com/doc/refman/8.4/en/mysqld-safe.html
--core-file-size=size Command-Line Format --core-file-size=size Type String The size of the core file that mysqld should be able to create. Note The innodb_buffer_pool_in_core_file variable can be used to reduce the size of core files on operating ... mysqld_safe is the recommended way to start a mysqld server on ...
https://dev.mysql.com/doc/refman/8.4/en/structured-system-variables.html
A key cache structured variable has these components: key_buffer_size key_cache_block_size key_cache_division_limit key_cache_age_threshold This section describes the syntax for referring to structured variables. Examples: hot_cache.key_buffer_size ... A structured variable differs from a regular system variable in two respects: Its value is a structure with components that specify server parameters considered to be closely ...