Search Results
https://dev.mysql.com/doc/refman/9.7/en/mysql-secure-installation.html
On Windows, this option applies only if the server was started with the named_pipe system variable enabled to support named-pipe connections. In addition, the connection must be a member of the Windows group specified by the ...Normal usage is to ...
https://dev.mysql.com/doc/refman/9.7/en/what-is-mysql.html
To add, access, and process data stored in a computer database, you need a database management system such as MySQL Server. The MySQL Database Software is a client/server system that consists of a multithreaded SQL server that supports different ...
https://dev.mysql.com/doc/refman/9.7/en/log-destinations.html
Log Control at Server Startup Log Control at Runtime Log Table Benefits and Characteristics Log Control at Server Startup The log_output system variable specifies the destination for log output. The general_log system variable controls logging to ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-member-actions.html
The server must be writeable (with the read_only system variable set to OFF) and have the Group Replication plugin installed. If the failure of the member action is considered critical, it can be handled according to the policy specified by the ...
https://dev.mysql.com/doc/internals/en/x-protocol-lifecycle-lifecycle.html
The network and send/receive buffers of the Operation System will act as queue. Max Message Length If the server receives a message that is larger than the current Max Message Length, then it MUST close the connection. Note Disabling TLS on a ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-config-example.html
You may also use a separate [mysql_cluster] section in the cluster my.cnf file for settings to be read and used by all executables: # cluster-specific settings [mysql_cluster] ndb-connectstring=ndb_mgmd.mysql.com:1186 For additional NDB variables ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/plugin-data-structures.html
If the plugin library contains any server plugins, it must include the following descriptor information: A library descriptor indicates the general server plugin API version number used by the library and contains a general plugin descriptor for ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-how-to-import-onnx.html
To review this setting, connect to the MySQL server and run the following command: mysql> SHOW VARIABLES LIKE 'secure_file_priv'; To load the encoded file directly into a table column: From a terminal window, upload the ONNX file to the folder of ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-commands.html
MySQL Shell provides commands which enable you to modify the execution environment of the code editor, for example to configure the active programming language or a MySQL Server connection. \edit \e Open a command in the default system editor then ...The following table lists the commands that are available regardless of the currently selected ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/setting-up-innodb-cluster-and-mysql-router.html
Deploying and using local sandbox instances of MySQL allows you to test out the functionality locally, before deployment on your production servers. Installation Install the following components: MySQL Server: For more information, see Installing ...