Search



Search Results
Displaying 671 to 680 of 4187 total results
https://dev.mysql.com/doc/extending-mysql/9.7/en/writing-keyring-plugins.html
The general descriptor also refers to keyring_system_variables, a structure that exposes a system variable to the SHOW VARIABLES statement: static struct st_mysql_sys_var *keyring_system_variables[]= { MYSQL_SYSVAR(data), NULL }; The keyring_init ...
https://dev.mysql.com/doc/refman/9.7/en/compatibility.html
Selecting SQL Modes The MySQL server can operate in different SQL modes, and can apply these modes differently for different clients, depending on the value of the sql_mode system variable. MySQL Server was originally designed to work with ...MySQL ... This section describes how MySQL relates to the ANSI/ISO SQL ...
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/refman/9.7/en/upgrade-best-practices.html
Review Supported Platforms If your current operating system is not supported by the new version of MySQL, then plan to upgrade the operating system as otherwise an in-place upgrade is not supported. For a current list of supported platforms, see: ...
https://dev.mysql.com/doc/refman/9.7/en/clone-plugin-monitoring.html
There is one clone system object in a MySQL server instance. For more information, refer to the discussion about Com_xxx statement counter variables in Section 7.1.10, “Server Status Variables”. You can monitor the status and progress of a ...
https://dev.mysql.com/doc/refman/9.7/en/unix-signal-response.html
On Unix and Unix-like systems, a process can be the recipient of signals sent to it by the root system account or the system account that owns the process. This section describes how the MySQL server and client programs respond to signals. Server ...Some command interpreters associate certain key sequences with signals, such as Control+C to send a SIGINT ...
https://dev.mysql.com/doc/refman/9.7/en/default-privileges.html
The MySQL installation process involves initializing the data directory, including the grant tables in the mysql system schema that define MySQL accounts. Installation using RPM packages generates an initial random password, which is written to the ...This section describes how to assign a password to the initial root account created during the MySQL installation procedure, if you have not already done ...
https://dev.mysql.com/doc/refman/9.7/en/option-defaults-equals.html
Consider the following example, where a user connects to a MySQL server running on host tonfisk as user jon: $> mysql --host 85.224.35.45 --user jon Welcome to the MySQL monitor. Your MySQL connection id is 3 Server version: 9.7.0 Source ...Due to ...
https://dev.mysql.com/doc/refman/9.7/en/alter-instance.html
For additional information about reconfiguring the TLS context, including which system and status variables are context-related, see Server-Side Runtime Configuration and Monitoring for Encrypted Connections. The statement cannot be used if the ...
Displaying 671 to 680 of 4187 total results