Search Results
https://dev.mysql.com/doc/extending-mysql/9.7/en/writing-audit-plugins.html
NULL_AUDIT increments the Audit_null_called status variable for every notification that it receives. The other status variables are more specific and NULL_AUDIT increments them only for notifications of specific events. This function increments a ...
https://dev.mysql.com/doc/x-devapi-userguide/en/parameter-binding.html
Instead of using values directly in an expression string it is good practice to separate values from the expression string. This is done using parameters in the expression string and the bind() function to bind values to the parameters. Parameters ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-autopilot-shape-advisor-sql.html
Autopilot Shape Advisor with a MySQL Client 17.3.2 Autopilot Shape Advisor with a MySQL Client Auto Shape Prediction records predictions in the shape_predictions table in the mysql_autopilot schema on the MySQL server. This is a system schema that ...The schema also contains tables for the statistics used to calculate the ...
https://dev.mysql.com/doc/refman/9.7/en/replication-options.html
System Variable server_uuid Scope Global Dynamic No SET_VAR Hint Applies No Type String When starting, the MySQL server automatically obtains a UUID as follows: Attempt to read and use the UUID written in the file data_dir/auto.cnf (where data_dir ... The following sections contain information about mysqld options and server variables that are used in replication and for controlling the binary ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-loading-data.html
MySQL HeatWave provides the following methods to load data to MySQL HeatWave: Automatic loading: loads tables and partitions based on usage. Loading data using Auto Parallel Load: loads one or more schemas at a time and facilitates loading by ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-reference.html
To check the status of the component: SHOW VARIABLES LIKE 'component_scheduler%'; +-----------------------------+-------+ | Variable_name | Value | +-----------------------------+-------| | component_scheduler.enabled | On | ...Audit Log Tables ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-reference.html
If audit_log_rotate_on_size is 0, automatic audit log file rotation is disabled and rotation occurs only when performed manually. To check the status of the component: SHOW VARIABLES LIKE 'component_scheduler%'; ... Important The audit_log plugin is ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/add-instances-cluster.html
localAddress: string value with the Group Replication local address to be used instead of the automatically generated one. memberWeight: integer value with a percentage weight for automatic primary election on failover. autoRejoinTries: integer ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/innodb-clusterset-deploy.html
For example: mysql-js> \connect icadmin@127.0.0.1:3310 Creating a session to 'icadmin@127.0.0.1:3310' Please provide the password for 'icadmin@127.0.0.1:3310': ************** Save password for 'icadmin@127.0.0.1:3310'? [Y]es/[N]o/Ne[v]er (default ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-init-startup-configuration.html
When the autoextend attribute is specified, the data file automatically increases in size by 64MB increments as space is required. For information about starting MySQL using other methods, see Section 2.9.5, “Starting and Stopping MySQL ... The ...