Search



Search Results
Displaying 1111 to 1120 of 3510 total results
https://dev.mysql.com/doc/refman/9.7/en/mysql-innodb-replicaset-introduction.html
Operations enable you to create MySQL Router users at the ReplicaSet level, to work with the MySQL Routers bootstrapped against the ReplicaSet, and so on. For more information on these technologies, see the user documentation linked in the ... This ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-connection-control-failed-login-attempts-table.html
The connection_control_failed_login_attempts table has the these columns: USERHOST A MySQL user account name in user@host format. This table is created and updated by the Connection Control component. This table provides information about the ...
https://dev.mysql.com/doc/refman/9.7/en/windows-choosing-package.html
The MSI includes a MySQL Configurator application that is recommended for most users to set up, configure, and reconfigure the MySQL server. Make sure that you are logged in as a user with administrator privileges. Other platforms are not supported, ... For MySQL 9.7, there are multiple installation package formats to choose from when installing MySQL on ...
https://dev.mysql.com/doc/refman/9.7/en/x-plugin-sha2-cache-plugin.html
X Plugin supports MySQL user accounts created with the caching_sha2_password authentication plugin. The X Plugin authentication cache stores hashes of user account passwords, and cannot be accessed using SQL. If a user account is modified or ...For ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-encrypted-innodb-options.html
The following is the command-line option for working with encrypted InnoDB tables and binary/relay logs: --encrypt-password[=STRING] Command-Line Format --encrypt-password=STRING Type String The user-supplied password by which mysqlbackup encrypts ... MySQL Enterprise Backup supports encrypted InnoDB tablespaces and encrypted binary/relay ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-prep-gather.html
ID and password of privileged MySQL user You record this during installation of your own databases, or get it from the DBA when backing up databases you do not own. If you perform the backup and restore using a different OS user than the one who ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-backup-streaming.html
Example 4.14 Single-file Backup to a Remote MySQL Server The following command streams the backup as a single backup file to be restored on a remote MySQL server: mysqlbackup --backup-dir=backup --backup-image=- --compress backup-to-image | \ ssh ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-connection-using-files.html
For example, if you define the following in your options file, c:\my.ini for example: [mysqlsh] sql [client] host=localhost user=user1 port=3306 database=sakila These options set the following: sql: the default MySQL Shell mode, SQL. Creating a ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-extension-objects-persist.html
A plugin can only contain code in one language, so if you are creating an extension object with a mix of members defined in Python and members defined in JavaScript, you must store the members as separate language-appropriate plugins. As an ... A ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/using-own-protocol-trace-plugins.html
This plugin provides a framework showing how to set up the client plugin descriptor and create the trace-related callback functions. After authentication, you can check the user name for the connection and stop tracing if it is not the user in whom ... Note To use your own protocol trace plugins, you must configure MySQL with the WITH_TEST_TRACE_PLUGIN CMake option disabled because only one protocol trace plugin can be loaded at a time and an error occurs for attempts to load a second ...
Displaying 1111 to 1120 of 3510 total results