Search



Search Results
Displaying 1261 to 1270 of 1804 total results
https://dev.mysql.com/doc/c-api/8.4/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/8.4/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/8.4/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/8.4/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/8.4/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 ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/tasks-using-ndbclusterpodspec.html
Values set for these NdbPodSpec fields are copied into their respective StatefulSet definitions. The NDB Cluster Custom Resource Definition provides the NdbClusterPodSpec structure for defining specifications of pods for individual management, ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-20.html
(Bug #30584907, Bug #97757) A DataConversionException was thrown when an application tried to store a string starting with "d." [d was any digit] into a VARCHAR column. (Bug #30474158) When a Calendar was not used, a java.sql.Date value could not ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-8.html
Version 8.0.8 Development Milestone is the latest development release of the 8.0 branch of MySQL Connector/J, providing an insight into upcoming features. The test has been adjusted to take the change into consideration. It is suitable for use with ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-locations.html
Default system-wide installation under /usr/local : /usr/local/etc/mysqlrouter.conf RPM and Debian : /etc/mysqlrouter/mysqlrouter.conf On all systems, a bootstrapped standalone installation using --directory adds mysqlrouter.conf into the directory ... MySQL Router scans for the default configuration files at startup, and optionally loads user-defined configuration files at runtime from the command ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-installation-clean-cmdline.html
Vector Store --secure-file-priv=filepath: Specify the directory for loading documents into the vector store. The MySQL AI Installer can also be run in command-line mode, without invoking the installation GUI. Install Without Satisfying Minimum ...
Displaying 1261 to 1270 of 1804 total results