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
Displaying 211 to 218
of 218 total results
- « Previous
- 20
- 21
- 22
https://dev.mysql.com/doc/refman/5.7/en/server-logs.html
For information about keeping logs secure, see Section 6.1.2.3, “Passwords and Logging”. MySQL Server has several logs that can help you find out what activity is taking place. (The DDL log is always created when required, and has no ...
https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html
Its value is the public key used by the sha256_password authentication plugin for RSA key pair-based password exchange. The value is nonempty only if the server successfully initializes the private and public keys in the files named by the ... The ...
https://dev.mysql.com/doc/refman/5.7/en/show-create-user.html
row *************************** CREATE USER for root@localhost: CREATE USER 'root'@'localhost' IDENTIFIED WITH 'mysql_native_password' AS '*2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19' REQUIRE NONE PASSWORD EXPIRE DEFAULT ACCOUNT UNLOCK The output ...
https://dev.mysql.com/doc/refman/5.7/en/show-grants.html
SHOW GRANTS [FOR user] This statement displays the privileges that are assigned to a MySQL user account, in the form of GRANT statements that must be executed to duplicate the privilege assignments. Note To display nonprivilege information for ...
https://dev.mysql.com/doc/refman/5.7/en/solaris-installation-pkg.html
To complete the installation, you should set the root password for MySQL as provided in the instructions at the end of the installation. You can install MySQL on Solaris using a binary package of the native Solaris PKG format instead of the binary ...
https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html
The statement must specify a nonempty password using IDENTIFIED BY or an authentication plugin using IDENTIFIED WITH. The MySQL server can operate in different SQL modes, and can apply these modes differently for different clients, depending on the ...
https://dev.mysql.com/doc/refman/5.7/en/ssl-libraries.html
(yaSSL accepts these options but silently ignores them.) Accounts that authenticate using the sha256_password plugin can use RSA key files for secure password exchange over unencrypted connections. See Section 12.13, “Encryption and Compression ...
https://dev.mysql.com/doc/refman/5.7/en/windows-testing.html
If you have set a password for the root account, deleted the anonymous account, or created a new user account, then to connect to the MySQL server you must use the appropriate -u and -p options with the commands shown previously. In this case, start ...