PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/caching-sha2-pluggable-authentication.html
(In MySQL 5.7, caching_sha2_password is implemented only on the client side, as described later in this section.) This section describes the caching SHA-2 authentication plugin, available as of MySQL 5.7.23. This improves MySQL 5.7 client ... MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/can-not-connect-to-server.html
If you have no hostname command or are running on Windows, you can manually type the host name of your machine (without backticks) following the -h option. The fix in this case is to change the cron job to not remove mysql.sock or to place the ... A ...
https://dev.mysql.com/doc/refman/5.7/en/checking-rpm-signature.html
For example: $> gpg --export -a 3a79bd29 > 3a79bd29.asc $> rpm --import 3a79bd29.asc Alternatively, rpm also supports loading the key directly from a URL: $> rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022 You can also obtain the MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/comp-err.html
For more information about how error messages are defined, see the MySQL Internals Manual. Invoke comp_err like this: comp_err [options] comp_err supports the following options. For non-debug builds, this option is non-functional and causes the ...
https://dev.mysql.com/doc/refman/5.7/en/compatibility.html
In this manual, “SQL-92” refers to the standard released in 1992. This section describes how MySQL relates to the ANSI/ISO SQL standards. We are not afraid to add extensions to SQL or support for non-SQL features if this greatly increases the ...MySQL Server has many extensions to the SQL standard, and here you can find out what they are and how to use ...
https://dev.mysql.com/doc/refman/5.7/en/document-store-setting-up.html
Note MySQL Installer enables you to perform this and the next step (Install the X Plugin) at the same time for new installations on Microsoft Windows. To use MySQL 5.7 as a document store, the X Plugin needs to be installed. Then you can use X ...
https://dev.mysql.com/doc/refman/5.7/en/error-log-rotation.html
To rename an error log file, do so manually before flushing. For information about handling this case, see Section 5.4.7, “Server Log Maintenance”. If you flush the error log using a FLUSH ERROR LOGS or FLUSH LOGS statment, or a mysqladmin ...
https://dev.mysql.com/doc/refman/5.7/en/events-privileges.html
Suppose also that this user has the SELECT privilege for myschema, but no other privileges for this schema. In this example, the EVENT privilege on the schema myschema is removed from the jon@ghidora user account: REVOKE EVENT ON myschema.* FROM ...
https://dev.mysql.com/doc/refman/5.7/en/faqs-connectors-apis.html
For common questions, issues, and answers relating to the MySQL Connectors and other APIs, see the following areas of the Manual: Using C API Features Connector/ODBC Notes and Tips Connector/NET Programming MySQL Connector/J Developer Guide .
https://dev.mysql.com/doc/refman/5.7/en/faqs-tablespace-encryption.html
For example, assets such as pharmaceutical research results, oil field exploration results, financial contracts, or personal data of law enforcement informants may require encryption. How is InnoDB data-at-rest encryption different from encryption ...Is data decrypted for users who are authorized to see it? ...