Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/connecting-to-a-single-mysqld-node-setup.html
In this example a connection to a local MySQL Server instance running X Plugin on the default TCP/IP port 33060 is established using the MySQL user account user with its password. You are prompted to enter the user name and password in this case.
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/connecting-to-a-single-mysqld-node-setup.html
In this example a connection to a local MySQL Server instance running X Plugin on the default TCP/IP port 33060 is established using the MySQL user account user with its password. You are prompted to enter the user name and password in this case.
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-remote.html
CLONE INSTANCE FROM 'user'@'host':port IDENTIFIED BY 'password' [DATA DIRECTORY [=] 'clone_dir'] [REQUIRE [NO] SSL]; where: user is the clone user on the donor MySQL server instance. mysql> CREATE USER 'donor_clone_user'@'example.donor.host.com' ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-installation.html
$> mysql -u root -p -D mysql < linux_install_firewall.sql Enter password: (enter root password here) To create and use a custom schema with the script, do the following: Start the server with the --loose-mysql-firewall-database=database-name option.
https://dev.mysql.com/doc/refman/8.4/en/group-replication-adding-instances.html
At this point, the group has one member in it, server s1, which has some data in it. It is now time to expand the group by adding the other two servers configured previously. 20.2.1.6.1 Adding a Second Instance In order to add a second instance, ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-key-migration.html
--keyring-migration-user, --keyring-migration-password: The account credentials to use to connect to the running server. Example command line for offline migration from a keyring plugin to a keyring component: mysqld ... A keyring migration copies ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-rpm.html
A password for the superuser is set and stored in the error log file. The default password policy implemented by validate_password requires that passwords contain at least one uppercase letter, one lowercase letter, one digit, and one special ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-yum-repo.html
A password for the superuser is set and stored in the error log file. The default password policy implemented by validate_password requires that passwords contain at least one uppercase letter, one lowercase letter, one digit, and one special ...
https://dev.mysql.com/doc/refman/8.4/en/start-replica.html
] thread_type: IO_THREAD | SQL_THREAD until_option: UNTIL { {SQL_BEFORE_GTIDS | SQL_AFTER_GTIDS} = gtid_set | SOURCE_LOG_FILE = 'log_name', SOURCE_LOG_POS = log_pos | RELAY_LOG_FILE = 'log_name', RELAY_LOG_POS = log_pos | SQL_AFTER_MTS_GAPS } ...
https://dev.mysql.com/doc/refman/8.4/en/windows-postinstallation.html
Regarding passwords, if you configured MySQL using the MySQL Configurator, you may have already assigned a password to the initial root account. (See Section 2.3.2, “Configuration: Using MySQL Configurator”.) Otherwise, use the ... GUI tools ...