PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/caching-sha2-pluggable-authentication.html
MySQL provides two authentication plugins that implement SHA-256 hashing for user account passwords: sha256_password: Implements basic SHA-256 authentication. caching_sha2_password: Implements SHA-256 authentication (like sha256_password), but uses ...For information about the original basic (noncaching) plugin, see Section 6.4.1.5, “SHA-256 Pluggable ...
https://dev.mysql.com/doc/refman/5.7/en/data-directory-initialization.html
Data Directory Initialization Overview Data Directory Initialization Procedure Server Actions During Data Directory Initialization Post-Initialization root Password Assignment Data Directory Initialization Overview In the examples shown here, the ...
https://dev.mysql.com/doc/refman/5.7/en/mysqlcheck.html
--enable-cleartext-plugin Command-Line Format --enable-cleartext-plugin Introduced 5.7.10 Type Boolean Default Value FALSE Enable the mysql_clear_password cleartext authentication plugin. --get-server-public-key Command-Line Format ... The ...
https://dev.mysql.com/doc/refman/5.7/en/mysqldump.html
--enable-cleartext-plugin Command-Line Format --enable-cleartext-plugin Introduced 5.7.10 Type Boolean Default Value FALSE Enable the mysql_clear_password cleartext authentication plugin. --get-server-public-key Command-Line Format ... The mysqldump ...
https://dev.mysql.com/doc/refman/5.7/en/mysqlimport.html
--enable-cleartext-plugin Command-Line Format --enable-cleartext-plugin Introduced 5.7.10 Type Boolean Default Value FALSE Enable the mysql_clear_password cleartext authentication plugin. --get-server-public-key Command-Line Format ... The ...
https://dev.mysql.com/doc/refman/5.7/en/mysqlshow.html
--enable-cleartext-plugin Command-Line Format --enable-cleartext-plugin Introduced 5.7.10 Type Boolean Default Value FALSE Enable the mysql_clear_password cleartext authentication plugin. --get-server-public-key Command-Line Format ... The mysqlshow ...
https://dev.mysql.com/doc/refman/5.7/en/mysqlslap.html
--enable-cleartext-plugin Command-Line Format --enable-cleartext-plugin Type Boolean Default Value FALSE Enable the mysql_clear_password cleartext authentication plugin. --get-server-public-key Command-Line Format --get-server-public-key Introduced ... mysqlslap is a diagnostic program designed to emulate client load for a MySQL server and to report the timing of each ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-install-db.html
Secure-by-Default Deployment Current versions of mysql_install_db produce a MySQL deployment that is secure by default, with these characteristics: A single administrative account named 'root'@'localhost' is created with a randomly generated ...
https://dev.mysql.com/doc/refman/5.7/en/connection-options.html
--password[=pass_val], -p[pass_val] Command-Line Format --password[=password] Type String Default Value [none] The password of the MySQL account used for connecting to the server. If given, there must be no space between --password= or -p and the ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-upgrade.html
If the root password is expired when you run mysql_upgrade, it displays a message telling you that your password is expired and that mysql_upgrade failed as a result. To correct this, reset the root password to unexpire it and run mysql_upgrade ...