Search Results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-mysql-enterprise-audit.html
Enable it by setting the MySQL server system variable audit_log_disable to OFF in a custom configuration for your MySQL server and then use it to create your new DB system or update an existing one (see Creating a MySQL Configuration for details on ... MySQL Enterprise Audit 3.1.2.7 MySQL Enterprise Audit MySQL HeatWave on AWS supports the MySQL Enterprise Audit plugin for MySQL Server 8.1.0 and ...The log contents can ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-walkthrough.html
On system ALPHA (the MySQL server) follow these steps: Start the MySQL server. On system BETA (the Connector/ODBC client), follow these steps: Configure a Connector/ODBC DSN using parameters that match the server, database and authentication ... A ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-walkthrough.html
On system ALPHA (the MySQL server) follow these steps: Start the MySQL server. On system BETA (the Connector/ODBC client), follow these steps: Configure a Connector/ODBC DSN using parameters that match the server, database and authentication ... A ...
https://dev.mysql.com/doc/refman/8.4/en/optimizer-hints.html
Individual system variable descriptions indicate whether each variable is hintable; see Section 7.1.8, “Server System Variables”. One means of control over optimizer strategies is to set the optimizer_switch system variable (see Section 10.9.2, ...Changes to this variable affect execution of all subsequent queries; to affect one query differently from another, it is necessary to change optimizer_switch before each ...
https://dev.mysql.com/doc/refman/8.4/en/table-cache.html
(By contrast, the index file descriptor is shared between all sessions.) The table_open_cache and max_connections system variables affect the maximum number of files the server keeps open. To increase the number of file descriptors available to ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-source-cpp.html
To install Connector/C++ from source, verify that your system satisfies the requirements outlined in Section 2.4.1, “Source Installation System Prerequisites”. cmake [other_options] -DWITH_PROTOBUF=path_name_to_protobuf_install To configure the ...Configuring Connector/C++ Specifying External Dependencies Building Connector/C++ Installing Connector/C++ Verifying Connector/C++ Functionality Configuring Connector/C++ Use CMake to configure and build ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing-mysql.html
mysql Information: 1 : 1: Connection Opened: connection string = 'server=localhost;User Id=root;database=world;port=3306 ;password=******;logging=True' mysql Information: 3 : 1: Query Opened: SHOW VARIABLES mysql Information: 4 : 1: Resultset ...The ... This section describes how to set up your application to view MySQL trace ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-security-mysql-security-procedures.html
First and foremost, you should always run a MySQL Server as the mysql operating system user; this is no different from running MySQL in a standard environment (that is, not using NDB). In general, any standard procedure for running MySQL securely ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting-client.html
Connecting from a Client 5.2 Connecting from a Client Connecting to a DB System from a MySQL client requires a MySQL user account on the MySQL DB System. You can use the MySQL Administrator user that you specified when creating the DB System (see ...If you are not the MySQL Administrator and you do not have a MySQL user account, have your MySQL Administrator create one for ...
https://dev.mysql.com/doc/refman/8.4/en/thread-pool-tuning.html
The recommendation initial setting for this system variable is the number of physical cores times 32. In addition, the value of the thread_pool_stall_limit system variable determines the handling of blocked and long-running statements. Of chief ...