Search



Search Results
Displaying 341 to 350 of 2652 total results
https://dev.mysql.com/doc/refman/8.4/en/connection-options.html
--host=host_name, -h host_name Command-Line Format --host=host_name Type String Default Value localhost The host on which the MySQL server is running. --password[=pass_val], -p[pass_val] Command-Line Format --password[=password] Type String Default ... This section describes options supported by most MySQL client programs that control how client programs establish connections to the server, whether connections are encrypted, and whether connections are ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-select-all.html
Usage ndb_select_all -c connection_string tbl_name -d db_name [> file_name] Options that can be used with ndb_select_all are shown in the following table. --connect-string Command-Line Format --connect-string=connection_string Type String Default ...
https://dev.mysql.com/doc/refman/8.4/en/stored-programs-logging.html
However, if logging occurs at the statement level, there are certain binary logging issues with respect to stored programs (stored procedures and functions, triggers, and events): In some cases, a statement might affect different sets of rows on ...
https://dev.mysql.com/doc/refman/8.4/en/help.html
HELP 'search_string' The HELP statement returns online information from the MySQL Reference Manual. The HELP statement searches the help tables for the given search string and displays the result of the search. The search string can contain the ...
https://dev.mysql.com/doc/refman/8.4/en/change-replication-source-to.html
For example, to add a new channel called channel2: CHANGE REPLICATION SOURCE TO SOURCE_HOST=host1, SOURCE_PORT=3002 FOR CHANNEL 'channel2'; If no clause is named and no extra channels exist, a CHANGE REPLICATION SOURCE TO statement applies to the ...
https://dev.mysql.com/doc/refman/8.4/en/using-date.html
To be on the safe side, assume that strings are compared as strings and use the appropriate string functions if you want to compare a temporal value to a string. MySQL also permits a “relaxed” string format when updating and in a WHERE clause ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-server-side.html
For the auth_simple plugin, the generate_auth_string_hash() function implements the generate_authentication_string member. For the auth_simple plugin, the validate_auth_string_hash() function implements the validate_authentication_string member. The ... Declare the server-side plugin with the usual general descriptor format that is used for all server plugin types (see Section 4.4.2.1, “Server Plugin Library and Plugin ...
https://dev.mysql.com/doc/workbench/en/dbdoc-templates-custom.html
The unedited file in this case is shown here: <?xml version="1.0"?> <data> <value type="object" struct-name="workbench.model.reporting.TemplateInfo" id="{BD6879ED-814C-4CA3-A869-9864F83B88DF}" struct-checksum="0xb46b524d"> <value type="string" ...
https://dev.mysql.com/doc/refman/8.4/en/create-user.html
The plugin name can be a quoted string literal or an unquoted name. An 'auth_string' value or RANDOM PASSWORD specifies account credentials, either as a cleartext (unencrypted) string or hashed in the format expected by the authentication plugin ...
https://dev.mysql.com/doc/refman/8.4/en/version-tokens-reference.html
The following discussion serves as a reference to these Version Tokens elements: Version Tokens Functions Version Tokens System Variables Version Tokens Functions The Version Tokens plugin library includes several functions. One set of functions ...
Displaying 341 to 350 of 2652 total results