Search



Search Results
Displaying 421 to 430 of 3428 total results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-model-active.html
Use the ML_MODEL_ACTIVE routine to check which models are loaded and active for which users. All active users and models share the amount of memory defined by the shape, and it might be necessary to schedule users. ML_MODEL_ACTIVE Syntax mysql> ...
https://dev.mysql.com/doc/refman/8.4/en/network-namespace-support.html
A connection may produce a result like this: $> mysql --user=admin --host=203.0.113.10 --protocol=tcp mysql> SELECT USER(); +--------------------+ | USER() | +--------------------+ | admin@198.51.100.2 | +--------------------+ In this case, the ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-types.html
INFORMATION_SCHEMA Plugins INFORMATION_SCHEMA plugins enable the creation of tables containing server metadata that are exposed to users through the INFORMATION_SCHEMA database. Such a plugin implements two capabilities: Rejection of too-weak ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-qanal-using-ui.html
DDL Statements: filters on statements of type CREATE, DROP, ALTER, TRUNCATE, and RENAME. Customized versions of the system filters are created using the name of the filter with a -clone suffix. To open the Query Analyzer, select Queries from the ...
https://dev.mysql.com/doc/refman/8.4/en/nonpersistible-system-variables.html
For example, put these lines in your server my.cnf file: [mysqld] persist_only_admin_x509_subject="subject-value" The format of the Subject value is the same as used for CREATE USER ... A global system variable might involve sensitive data such that ... SET PERSIST and SET PERSIST_ONLY enable global system variables to be persisted to the mysqld-auto.cnf option file in the data directory (see Section 15.7.6.1, “SET Syntax for Variable ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.usage.html
--backup_innodb_undo_directory The relative or absolute directory path where InnoDB creates separate tablespaces for the undo logs. --cloud-tempauth-url The URL of the identity service for authenticating user credentials with Swift's TempAuth ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-real-connect.html
MYSQL * mysql_real_connect(MYSQL *mysql, const char *host, const char *user, const char *passwd, const char *db, unsigned int port, const char *unix_socket, unsigned long client_flag) Description Note mysql_real_connect() is a synchronous function.
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-crud-operations.html
This section explains how to use the X DevAPI for Create Read, Update, and Delete (CRUD) operations. X DevAPI extends this domain by adding support for CRUD operations that can be run against collections of documents.
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/devapi-users-crud-operations.html
This section explains how to use the X DevAPI for Create Read, Update, and Delete (CRUD) operations. X DevAPI extends this domain by adding support for CRUD operations that can be run against collections of documents.
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/devapi-users-crud-operations.html
This section explains how to use the X DevAPI for Create Read, Update, and Delete (CRUD) operations. X DevAPI extends this domain by adding support for CRUD operations that can be run against collections of documents.
Displaying 421 to 430 of 3428 total results