Search



Search Results
Displaying 1641 to 1650 of 5227 total results
https://dev.mysql.com/doc/relnotes/mysql-router/9.5/en/news-9-0-1.html
This release contains no functional changes and is published to align its version number with that of the MySQL Server 9.0.1 release.
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
The MySQL server calls the audit log plugin to write an audit record to its log file whenever an auditable event occurs. Old-style XML format (audit_log_format=OLD): The original audit log format used by default in older MySQL series. The following ...Typically the first audit record written after plugin startup contains the server description and startup ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-16.html
An example connection string: mysqlx://user:password@host:33060/schema?connection-attributes=[foo=bar,baz=qux,quux] Application-defined attribute names cannot begin with _ because such names are reserved for internal attributes. (WL #12863) For X ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-backup-using-management-client.html
START BACKUP supports the creation of encrypted backups using ENCRYPT PASSWORD=password. This function has the form shown here: key = KDF(random_salt, password) The key so generated is then used to encrypt the backup data using AES 256 CBC inline, ... Before starting a backup, make sure that the cluster is properly configured for performing ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-config-values.html
The config_values table provides information about the current state of node configuration parameter values. Each row in the table corresponds to the current value of a parameter on a given node. The config_values table contains the following ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-node-recovery-error.html
The following list enumerates all NDB errors of type NR (Node Recovery error).
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-handling-errors.html
This program demonstrates handling errors and retrying failed transactions using the NDB API. The source code for this example can be found in storage/ndb/ndbapi-examples/ndbapi_retries/ndbapi_retries.cpp in the NDB Cluster source tree. In this ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-troubleshooting-agent-start.html
The passwords are encrypted so they can not be manually managed here, but the password can be altered from the MySQL Instances page in the MySQL Enterprise Monitor User Interface, or by using the agent connection tool (agent.sh) from the command ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-auto-parallel-load.html
You can load data into a MySQL HeatWave Cluster by using the Auto Parallel Load feature. Auto Parallel Load, which can be run manually from any MySQL client or connector, is implemented as a stored procedure named heatwave_load, which resides in ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-data-load-prerequisites.html
This topic describes how to prepare your data for loading into MySQL HeatWave. You can manually convert tables by using the following ALTER TABLE statement: mysql> ALTER TABLE tbl_name ENGINE=InnoDB; The tables you intend to load must be defined ...
Displaying 1641 to 1650 of 5227 total results