Search



Search Results
Displaying 1281 to 1290 of 1823 total results
https://dev.mysql.com/doc/mysql-shell/9.7/en/innodb-clusterset-rejoin.html
A controlled switchover is required if you want to make the target cluster into the primary cluster. If you do want to make the rejoined cluster into the primary cluster, issue a clusterSet.setPrimaryCluster() command, naming the rejoined cluster.
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-connections-in-javascript-and-python.html
With these functions, the connection protocol that MySQL Shell uses is built into the function rather than being selected using a separate option, so you must choose the appropriate function to match the correct protocol for the port. You can ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-startup-scripts.html
The sys.path variable can be customized using the MySQL Shell startup script mysqlshrc.js for JavaScript mode or mysqlshrc.py for Python mode. For more information on the startup scripts and their locations, see Section 14.1, “Working With ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-prepared-statement-data-structures.html
For output, it indicates the type of the variable into which a value received from the server should be stored. For character and binary C data, the buffer_length value specifies the length of *buffer when used with mysql_stmt_bind_param() or ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-prepared-statement-type-codes.html
For output, it indicates the type of the variable into which a value received from the server should be stored. If the server stores the value into a column with a different character set, it converts the value to that character set. The ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-options.html
By default, LOCAL capability is determined by the default compiled into the MySQL client library. It expects the PEM session data as returned by mysql_get_ssl_session_data() and copies the result into the MYSQL handle. int mysql_options(MYSQL ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-set-local-infile-handler.html
error_msg points to the buffer into which the message is written, and error_msg_len is the length of the buffer. Typically, the other callbacks store the error message in the data structure pointed to by ptr, so that local_infile_error() can copy ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/adding-functions.html
A native function is added by modifying the MySQL source code to be compiled into the mysqld server and become available on a permanent basis. There are three ways to add a new function to MySQL: Create a stored function (a type of stored object).
https://dev.mysql.com/doc/extending-mysql/9.7/en/writing-authentication-plugins-proxy-users.html
One of the capabilities that pluggable authentication makes possible is proxy users (see Proxy Users). For a server-side authentication plugin to participate in proxy user support, these conditions must be satisfied: When a connecting client should ...
https://dev.mysql.com/doc/ndb-operator/9.7/en/crd-ndbdatanodespec.html
config (map[string]* Kubernetes util/intstr.IntOrStringConfig): (optional) A map of default NDB data node configuration parameters (see NDB Cluster Data Node Configuration Parameters). ndbPodSpec (NdbClusterPodSpec): (optional) A subset of PodSpec ...nodeCount (integer): The total number of data nodes in a MySQL NDB Cluster; this must be an integer multiple of ...
Displaying 1281 to 1290 of 1823 total results