Search Results
https://dev.mysql.com/doc/refman/8.4/en/using-encrypted-connections.html
Suppose that you want to connect using an account that has no special encryption requirements or that was created using a CREATE USER statement that included the REQUIRE SSL clause. For example: mysql --ssl-mode=REQUIRED mysqldump ...Assuming that ...Instructions for creating any required certificate and key files are available in Section 8.3.3, “Creating SSL and RSA Certificates and ... Several ...
https://dev.mysql.com/doc/x-devapi-userguide/en/error-handling.html
The default error handling can be changed by creating a custom SessionContext and passing it to the mysqlx.getSession() function. When writing scripts for MySQL Shell you can often simply rely on the exception handling done by MySQL Shell. For all ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-copy-mysql-configuration.html
They are not removable by the X button, and will remain as user variables in the new custom configuration you are creating. User-defined variables are those that have ever been set in a configuration dialog when the configuration or its base ...You ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-single-user-mode.html
The MGM API makes it possible for the programmer to put the cluster into single-user mode—and to return it to normal mode again—from within an application. ndb_mgm_enter_single_user() ndb_mgm_exit_single_user() ndb_mgm_enter_single_user() ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-reserved-user-names.html
Reserved User Names 3.1.2.10 Reserved User Names The following user names are reserved and cannot be used for the MySQL Administrator user name: administrator ociadmin ocimonitor ocirpl mysql.sys mysql.session mysql.infoschema Parent topic: MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-limitations.html
Tables employing user-defined partitioning do not preserve the SQL mode in effect at the time that they were created. Therefore, a change in the SQL mode at any time after the creation of partitioned tables may lead to major changes in the behavior ... This section discusses current restrictions and limitations on MySQL partitioning ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-rag.html
row *************************** id: 2 Output: { "text": "HeatWave AutoML is a feature of MySQL HeatWave that simplifies the use of machine learning, allowing users to create optimized machine learning models for prediction and explanation without ...
https://dev.mysql.com/doc/refman/8.4/en/sys-user-summary-by-file-io-type.html
These views summarize file I/O, grouped by user and event type. By default, rows are sorted by user and descending total latency. The user_summary_by_file_io_type and x$user_summary_by_file_io_type views have these columns: user The client user ...
https://dev.mysql.com/doc/refman/8.4/en/sys-user-summary-by-stages.html
By default, rows are sorted by user and descending total stage latency. The user_summary_by_stages and x$user_summary_by_stages views have these columns: user The client user name. Rows for which the USER column in the underlying Performance Schema ...
https://dev.mysql.com/doc/refman/8.4/en/sys-waits-by-user-by-latency.html
These views summarize wait events, grouped by user and event. By default, rows are sorted by user and descending total latency. The waits_by_user_by_latency and x$waits_by_user_by_latency views have these columns: user The user associated with the ...