Search



Search Results
Displaying 21 to 30 of 1890 total results
https://dev.mysql.com/doc/refman/8.4/en/case-sensitivity.html
This means that if you search with col_name LIKE 'a%', you get all column values that start with A or a. To make this search case-sensitive, make sure that one of the operands has a case-sensitive or binary collation. For nonbinary strings (CHAR, ...A comparison between a nonbinary string and binary string is treated as a comparison of binary ...
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/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/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/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/refman/8.4/en/audit-log-logging-configuration.html
Manual Audit Log File Rotation (Old Method) Note The audit_log_flush variable and this method of audit log file rotation are deprecated; expect support to be removed in a future version of MySQL. On Unix, perform rotation manually like this: From ...
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