Search



Search Results
Displaying 601 to 610 of 2117 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-sbt-history-table-update.html
Note If you are working with a multiprimary Group Replication setting, make sure these privileges are granted on all primary nodes; see also Chapter 9, Using MySQL Enterprise Backup with Group Replication. Rename the original ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-column-privileges-table.html
The COLUMN_PRIVILEGES table has these columns: GRANTEE The name of the account to which the privilege is granted, in 'user_name'@'host_name' format. IS_GRANTABLE YES if the user has the GRANT OPTION privilege, NO otherwise. The value can be any ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-schema-privileges-table.html
The SCHEMA_PRIVILEGES table has these columns: GRANTEE The name of the account to which the privilege is granted, in 'user_name'@'host_name' format. IS_GRANTABLE YES if the user has the GRANT OPTION privilege, NO otherwise. The value can be any ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-table-privileges-table.html
The TABLE_PRIVILEGES table has these columns: GRANTEE The name of the account to which the privilege is granted, in 'user_name'@'host_name' format. IS_GRANTABLE YES if the user has the GRANT OPTION privilege, NO otherwise. The value can be any ...
https://dev.mysql.com/doc/internals/en/authentication-after-com-change-user-command.html
During Command Phase, a client can send a COM_CHANGE_USER command which will trigger logging into a new account, including the authentication handshake. Similar to the initial authentication the server may reply with a OK_Packet or ERR_Packet for ...
https://dev.mysql.com/doc/internals/en/com-change-user-and-non-client-plugin-auth-clients.html
Clients which do not support pluggable authentication can send COM_CHANGE_USER command for accounts which use Secure Password Authentication or Old Password Authentication. the hash of the new password, should be sent in the auth-response field of ...In this case it is assumed that server has already sent the authentication challenge - the same which was sent when the client connected for the first time - and client's reply to that challenge, ...
https://dev.mysql.com/doc/internals/en/user-var-event.html
Binlog::USER_VAR_EVENT: Payload 4 name_length string[$len] name 1 is_null if not is_null { 1 type 4 charset 4 value_length string[$len] value if more data { 1 flags } } Fields name_length (4) -- length of name name (string.var_len) -- ...
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/en/devapi-users-introduction.html
This guide explains how to use the X DevAPI and provides examples of its functionality. The X DevAPI is implemented by MySQL Shell and MySQL Connectors that support X Protocol. For more background information and instructions on how to install and ...
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-statement-execution.html
This section explains statement execution, with information on how to handle transactions and errors.
Displaying 601 to 610 of 2117 total results