Search



Search Results
Displaying 21 to 30 of 1890 total results
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-startup-scripts.html
After this, MySQL Shell does not search for startup scripts again, so implementing updates to a startup script requires a restart of MySQL Shell if you have already entered the relevant mode. Note that each startup script is only used in the ... The ...
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
Some menu items are not available in the MySQL Workbench Community Edition of this application, and are available only in the MySQL Workbench Commercial Editions. This operation also adds a separate diagram icon containing the included objects only ...9.1.1.1.1 The File Menu Use the File menu to open a project, begin a new project, or save a ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai.html
This chapter describes MySQL HeatWave GenAI. ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/myai-genai.html
This chapter describes the GenAI feature of MySQL AI. ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/server-error-reference.html
If you are sure that your source is ok, run this query manually on the replica and then restart the replica with SET GLOBAL SQL_REPLICA_SKIP_COUNTER=1; START REPLICA;. Error number: 1005; Symbol: ER_CANT_CREATE_TABLE; SQLSTATE: HY000 Message: Can't ... The MySQL server writes some error messages to its error log, and sends others to client ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html
For example: SET GLOBAL innodb_ft_aux_table = 'test/t1'; After you set this variable to a name in the format db_name/table_name, the INFORMATION_SCHEMA tables INNODB_FT_INDEX_TABLE, INNODB_FT_INDEX_CACHE, INNODB_FT_CONFIG, INNODB_FT_DELETED, and ...
https://dev.mysql.com/doc/ndbapi/en/overview-operations.html
In the simplest case, only one record is accessed at a time, which means that the full cost of setting up a number of TCP/IP messages and a number of costs for context switching are borne by this single request. This is sent as a single request to ... An NdbTransaction consists of a list of operations, each of which is represented by an instance of NdbOperation, NdbScanOperation, NdbIndexOperation, or NdbIndexScanOperation (that is, of NdbOperation or one of its child ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-commands.html
Command Alias/Shortcut Description \help \h or \? Print help about MySQL Shell, or search the online help. When used with a parameter, the parameter is used to search the available help based on the mode which the MySQL Shell is currently running in. To search for help on a topic, for example an API function, use the function name as a ... MySQL Shell provides commands which enable you to modify the execution environment of the code ...
https://dev.mysql.com/doc/refman/8.4/en/ldap-pluggable-authentication.html
Simple LDAP Authentication (Without Proxying) The procedure outlined in this section requires that authentication_ldap_simple_group_search_attr be set to an empty string, like this: SET GLOBAL.authentication_ldap_simple_group_search_attr=''; ...This ... Note LDAP pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-full-text-plugins.html
This section describes how to write a full-text parser plugin named simple_parser. This plugin performs parsing based on simpler rules than those used by the MySQL built-in full-text parser: Words are nonempty runs of whitespace characters. This ...
Displaying 21 to 30 of 1890 total results