Search Results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-summarize-content.html
One of the key features of MySQL ', 'is its support for stored procedures, which allow developers to create reusable blocks of ', 'code that can be executed multiple times. The goal of AI is to create systems that ', 'can function intelligently and ... The following sections in this topic describe how to summarize exiting content using the GenAI: Before You Begin Summarizing Content Running Batch Queries What's Next Before You Begin Review the GenAI requirements and ...
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-5-7.html
This section provides information about keywords and reserved words in MySQL 5.7. MySQL 5.7 Keywords and Reserved Words MySQL 5.7 New Keywords and Reserved Words MySQL 5.7 Removed Keywords and Reserved Words MySQL 5.7 Keywords and Reserved Words ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-secure-connections.html
To configure these options explicitly, add them under the [mysqld] option group in the MySQL configuration file (/etc/my.cnf): ssl_ca=ca.pem ssl_cert=server-cert.pem ssl_key=server-key.pem By default, the MySQL server accepts TCP/IP connections from ...Restart the server to apply the configuration changes: $> systemctl restart mysqld Distributing Client Certificate and Key Files Client certificate and key files are created in the MySQL data directory by ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-privatelink-limitations.html
When you configure a user to connect to a DB System over a PrivateLink, you cannot specify public or private IP addresses in the host_name field of the MySQL account names. PrivateLink Limitations 6.5 PrivateLink Limitations You can only create one ...You cannot change the value of the configuration variable, max_connect_errors of you DB ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-sles-repo.html
A password for the superuser is set and stored in the error log file. The MySQL SLES repository provides RPM packages for installing and managing the MySQL server, client, and other components on SUSE Enterprise Linux Server. Adding the MySQL SLES ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-yum-repo.html
A password for the superuser is set and stored in the error log file. Before You Start As a popular, open-source software, MySQL, in its original or re-packaged form, is widely installed on many systems from various sources, including different ...
https://dev.mysql.com/doc/refman/8.4/en/sys-schema.html
The MySQL upgrade procedure produces an error if a sys schema exists but has no version view, on the assumption that absence of this view indicates a user-created sys schema. Use of the dedicated mysql.sys account avoids problems that occur if a DBA ... MySQL 8.4 includes the sys schema, a set of objects that helps DBAs and developers interpret data collected by the Performance ...
https://dev.mysql.com/doc/refman/8.4/en/column-indexes.html
For additional information about column indexes, see Section 15.1.15, “CREATE INDEX Statement”. Index Prefixes FULLTEXT Indexes Spatial Indexes Indexes in the MEMORY Storage Engine Index Prefixes With col_name(N) syntax in an index specification ... The most common type of index involves a single column, storing copies of the values from that column in a data structure, allowing fast lookups for the rows with the corresponding column ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-tables-table.html
CREATE_OPTIONS shows the ENCRYPTION clause specified for tables created in file-per-table tablespaces. The encryption clause is not shown for tables created in general tablespaces. When creating a table with strict mode disabled, the storage ...The ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-persistent-stats.html
You can also configure automatic statistics recalculation for individual tables by specifying the STATS_AUTO_RECALC clause when creating or altering a table. To override these system-wide settings and configure optimizer statistics parameters for ...