Search



Search Results
Displaying 91 to 100 of 753 total results
https://dev.mysql.com/doc/refman/8.4/en/privileges-provided.html
APPLICATION_PASSWORD_ADMIN For dual-password capability, this privilege enables use of the RETAIN CURRENT PASSWORD and DISCARD OLD PASSWORD clauses for ALTER USER and SET PASSWORD statements that apply to your own account. This privilege is required ... The privileges granted to a MySQL account determine which operations the account can ...
https://dev.mysql.com/doc/x-devapi-userguide/en/processing-warnings.html
Similar to the execution of single statements committing or rolling back a transaction can also trigger warnings. To be able to process these warnings the replied result object of Session.commit(); or Session.rollback(); needs to be checked. The ...
https://dev.mysql.com/doc/refman/8.4/en/data-masking-components-installation.html
$> mysql -u root -p -D mysql < [path/]masking_functions_install.sql Enter password: (enter root password here) Install Using a Dedicated Schema To set up MySQL Enterprise Data Masking and De-Identification: Create a database to store the ...
https://dev.mysql.com/doc/refman/8.4/en/encryption-functions.html
Caution Passwords or other sensitive values supplied as arguments to encryption functions are sent as cleartext to the MySQL server unless an SSL connection is used. If you are using a KDF, key_str can be any arbitrary information such as a password ...If you want to store these results, use a column with a VARBINARY or BLOB binary string data ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-print-backup-file.html
Usage ndb_print_backup_file [-P password] file_name file_name is the name of a cluster backup file. --backup-key-from-stdin Command-Line Format --backup-key-from-stdin Allow input of the decryption key from standard input, similar to entering a ...
https://dev.mysql.com/doc/refman/8.4/en/xml-functions.html
Table 14.16 XML Functions Name Description ExtractValue() Extract a value from an XML string using XPath notation UpdateXML() Return replaced XML fragment This section discusses XML and related functionality in MySQL. Note It is possible to obtain ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/use-mysql-shell-execute-script.html
This enables you to automate processes using AdminAPI with scripts written in JavaScript or Python, which can be run using MySQL Shell's --file option. For example: $> mysqlsh --file setup-innodb-cluster.js Note Any command line options specified ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-authentication-user-plugin.html
/// </summary> /// <returns>An string with the user name</returns> /// <remarks>Default implementation returns the UserId passed from the connection string.</remarks> public virtual string GetUsername() /// <summary> /// Gets the password to send to ... Advanced users with special security requirements can create their own authentication plugins for MySQL Connector/NET ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-authentication-user-plugin.html
/// </summary> /// <returns>An string with the user name</returns> /// <remarks>Default implementation returns the UserId passed from the connection string.</remarks> public virtual string GetUsername() /// <summary> /// Gets the password to send to ... Advanced users with special security requirements can create their own authentication plugins for MySQL Connector/NET ...
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-working-with-relational-tables.html
The X DevAPI SQL CRUD functions allow you to work with relational tables in manners similar to using traditional SQL statements. The following code sample shows how to use the add() and select() methods of the X DevAPI SQL CRUD functions, which are ...
Displaying 91 to 100 of 753 total results