PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
Man Pages (TGZ)
- 272.4Kb
Man Pages (Zip)
- 378.4Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
Search Results
Displaying 251 to 253
of 253 total results
- « Previous
- 24
- 25
- 26
https://dev.mysql.com/doc/refman/9.7/en/validate-password.html
This function takes a password argument and returns an integer from 0 (weak) to 100 (strong). The validate_password component serves to improve security by requiring account passwords and enabling strength testing of potential passwords. This ...
https://dev.mysql.com/doc/refman/9.7/en/x-plugin-connection-compression.html
The following points pertain to compression level requests by clients, which is supported only by MySQL Shell: Compression levels must be specified by the client as an integer. X Plugin supports compression of messages sent over X Protocol ...
https://dev.mysql.com/doc/refman/9.7/en/xa-statements.html
To perform XA transactions in MySQL, use the following statements: XA {START|BEGIN} xid [JOIN|RESUME] XA END xid [SUSPEND [FOR MIGRATE]] XA PREPARE xid XA COMMIT xid [ONE PHASE] XA ROLLBACK xid XA RECOVER [CONVERT XID] For XA START, the JOIN and ...