Search Results
https://dev.mysql.com/doc/connector-net/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 ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-ndbd-definition.html
ServerPort Version (or later) NDB 9.7.0 Type or units unsigned Default [...] Range 1 - 64K Restart Type System Restart: Requires a complete shutdown and restart of the cluster. (For example, 100K means 100 × 1024 = 102400.) Parameter names and ...
https://dev.mysql.com/doc/refman/9.7/en/pluggable-authentication.html
Linking with a current libmysqlclient also enables the connector to access client-side plugins installed in the default MySQL plugin directory (typically the directory named by the default value of the local server's plugin_dir system variable). The ...Pluggable authentication makes it easy for DBAs to choose and change the authentication method used for individual MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/encrypted-connection-protocols-ciphers.html
Connection TLS Protocol Configuration On the server side, the value of the tls_version system variable determines which TLS protocols a MySQL server permits for encrypted connections. For Group Replication distributed recovery connections where this ...The administrative connection interface is configured similarly, but uses the admin_tls_version system variable (see Section 7.1.12.2, “Administrative Connection ...
https://dev.mysql.com/doc/refman/9.7/en/caching-sha2-pluggable-authentication.html
RSA support has these characteristics: On the server side, two system variables name the RSA private and public key-pair files: caching_sha2_password_private_key_path and caching_sha2_password_public_key_path. The database administrator must set ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-load-dump.html
MySQL Shell's dump loading utility util.loadDump() supports the import into a MySQL HeatWave Service DB System or a MySQL Server instance of schemas or tables dumped using MySQL Shell's Section 12.5, “Instance Dump Utility, Schema Dump Utility, ...If the dump files are on your local system, you need to transfer them to the Oracle Cloud Infrastructure Compute instance using the copy utility of your choice, depending on the operating system you chose for your Compute ...The dump ...
https://dev.mysql.com/doc/refman/9.7/en/data-directory-initialization.html
If the init_file system variable was given to name a file of SQL statements, the server executes the statements in the file. Change location to the top-level directory of your MySQL installation, which is typically /usr/local/mysql (adjust the path ... After MySQL is installed, the data directory must be initialized, including the tables in the mysql system schema: For some MySQL installation methods, data directory initialization is automatic, as described in Section 2.9, “Postinstallation Setup and ...
https://dev.mysql.com/doc/refman/9.7/en/mysqlslap.html
This option applies only if the server was started with the named_pipe system variable enabled to support named-pipe connections. This option applies only if the server was started with the shared_memory system variable enabled to support ...The ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-files-backed-up-summary.html
To use the persisted system variables stored inside for your restored server, rename the file back to mysqld-auto.cnf before you start the server. The actual file name might be different, as it can be configured by the server's system variable ...
https://dev.mysql.com/doc/refman/9.7/en/charset-connection.html
Connection Character Set and Collation System Variables Impermissible Client Character Sets Client Program Connection Character Set Configuration SQL Statements for Connection Character Set Configuration Connection Character Set Error Handling ... A ...The client sends SQL statements, such as queries, over the session ...