Search Results
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-bulk-load-limitations.html
LOAD DATA with ALGORITHM=BULK supports tables with at least one column with the VECTOR data type. If you attempt to load a table without at least one column with the VECTOR data type, an error occurs. LOAD DATA with ALGORITHM=BULK has the following ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-bulk-load-mysql-server.html
MySQL includes a bulk load extension to the LOAD DATA statement. It can do the following: Optimize the loading of data sorted by primary key. Stored generated columns can be part of secondary indexes and the primary key. Tables can have a ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/innodb-clusterset-deploy.html
Sets the skip_replica_start system variable to ON on all the member servers so that replication threads are not automatically started. Sets the skip_replica_start system variable to ON so that replication threads are not automatically started on the ...A sandbox deployment is where all the MySQL server instances and other software run on a single ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/admin-api-routing-guidelines-examples.html
Local servers are those located in the same data center as the Router, irrespective of whether the Cluster is a PRIMARY or SECONDARY. Define the following routes for handling read-write and read-only traffic: Read-Write (rw_traffic): Prioritizes ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-relnotes.html
2025-02-18: Server Upgrade Now Supported When Restoring a Backup of a High Availability DB System You can now restore the backup of a high availability DB System to a higher server version than the one on which the backup was created. 2024-07-10: ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysqlrouter.html
--server-ssl-cipher SSL Cipher for Server --server-ssl-crl The path to the file containing the certificate revocation lists in PEM format --server-ssl-crlpath The path to the directory that contains the certificate revocation list files in PEM ...
https://dev.mysql.com/doc/refman/9.7/en/pam-pluggable-authentication.html
To be usable by the server, the plugin library file must be located in the MySQL plugin directory (the directory named by the plugin_dir system variable). The file must be located in the directory named by the plugin_dir system variable. The client ...MySQL Enterprise Edition supports an authentication method that enables MySQL Server to use PAM (Pluggable Authentication Modules) to authenticate MySQL ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysqlsh.html
Client-side plugins are shipped in the MySQL Server packages and can be located relative to the MySQL base directory (the value of the basedir system variable). --cluster Ensures that the target server is part of an InnoDB Cluster and if so, sets ...
https://dev.mysql.com/doc/refman/9.7/en/firewall-plugin.html
Warning Setting the max_digest_length system variable to 0 disables digest production, which also disables server functionality that requires digests, such as MySQL Enterprise Firewall. mysql_firewall_reload_interval_seconds Command-Line Format ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
For more information, see Server System Variables in the MySQL Reference Manual. Restart the target server with the named_pipe_full_access_group system variable and specify the local group name as its value. An interactive client is one in which the ...The protocol you use to make a connection to the server (classic MySQL protocol or X Protocol) determines which options you should ...