Search Results
https://dev.mysql.com/doc/refman/8.4/en/thread-pool-operation.html
While a thread executes a statement from a user connection, Performance Schema instrumentation accounts thread activity to the user connection. For example, if parallel transactions affect index creation or an online buffer pool resizing operation, ... The thread pool consists of a number of thread groups, each of which manages a set of client ...
https://dev.mysql.com/doc/mysql-installer/en/server-windows-service.html
A custom user account is configured in Windows by searching for "local security policy" in the Start menu. Run Windows Service as When Standard System Account is selected (default), the service logs on as Network Service. The Custom User option must ... On the Windows platform, MySQL server can run as a named service managed by the operating system and be configured to start up automatically when Windows ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-rag.html
The examples in this topic use the vector store table demo_embeddings created in the section Ingesting Files into a Vector Store. OutputTableName: the name of the table where you want to create a new column to store the generated outputs. If the ...
https://dev.mysql.com/doc/workbench/en/wb-plugins.html
Plugins are special Modules that are exposed to the user through the Workbench GUI. A plugin can be a simple function that performs some action on an input, and ends without further interaction with the user. To create a simple plugin, the function ...This is typically done using the main menu, or the context-sensitive ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn.html
A System DSN can normally only be configured by a systems administrator, or by a user who has specific permissions that let them create System DSNs. There are three types of DSN: A System DSN is a global DSN definition that is available to any user ... A Data Source Name associates the configuration parameters for communicating with a specific ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn.html
A System DSN can normally only be configured by a systems administrator, or by a user who has specific permissions that let them create System DSNs. There are three types of DSN: A System DSN is a global DSN definition that is available to any user ... A Data Source Name associates the configuration parameters for communicating with a specific ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-document-ids.html
If an _id is provided when a document is created, it is honored; if no _id is provided, one is automatically assigned to the document. This section describes what a document ID is and how to work with it. Every document has a unique identifier ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-introduction-server.html
The graphs and reports utilize the stored data to present information in the MySQL Enterprise Monitor User Interface. MySQL Enterprise Monitor User Interface The MySQL Enterprise Monitor User Interface is a web-based interface to the MySQL ... MySQL ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-auto-unload.html
You have the option to unload all user-loaded and system tables, or only user-loaded tables. Only user-loaded tables are unloaded since the default value for only_user_loaded_tables is true. mysql> SELECT JSON_ARRAY(JSON_OBJECT('db_name', 'db_1', ...
https://dev.mysql.com/doc/refman/8.4/en/entering-queries.html
At this point, it is more important to find out a little about how to issue queries than to jump right in creating tables, loading data into them, and retrieving data from them. If you decide you do not want to execute a query that you are in the ...