Search



Search Results
Displaying 151 to 160 of 976 total results
https://dev.mysql.com/doc/refman/8.4/en/fulltext-fine-tuning.html
You can exert more control over full-text searching behavior if you have a MySQL source distribution because some changes require source code modifications. Modifying the default behavior in most cases can actually decrease effectiveness. Do not ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlshow.html
The mysqlshow client can be used to quickly see which databases exist, their tables, or a table's columns or indexes. The same information can be obtained by using those statements directly. For example, you can issue them from the mysql client ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-data-structures.html
This section describes C API data structures other than those used for prepared statements, the asynchronous interface, or the replication stream interface. For information about those, see Section 6.2, “C API Prepared Statement Data ...
https://dev.mysql.com/doc/connectors/en/connector-j-testing.html
The Connector/J source code repository or packages that are shipped with source code include an extensive test suite, containing test cases that can be executed independently. The test cases are divided into the following categories: Unit tests: ...
https://dev.mysql.com/doc/internals/en/creating-index-keys.html
In general, the storage engine will have to use row information passed in methods such as [custom-engine.html#custom-engine-api-reference-write_row write_row()], [custom-engine.html#custom-engine-api-reference-delete_row delete_row()], and ... As ...
https://dev.mysql.com/doc/connector-j/en/connector-j-testing.html
The Connector/J source code repository or packages that are shipped with source code include an extensive test suite, containing test cases that can be executed independently. The test cases are divided into the following categories: Unit tests: ...
https://dev.mysql.com/doc/refman/8.4/en/kerberos-pluggable-authentication.html
Note Kerberos pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial product. MySQL Enterprise Edition supports an authentication method that enables users to authenticate to MySQL Server using Kerberos, ...
https://dev.mysql.com/doc/refman/8.4/en/source-installation-doxygen.html
The MySQL source code contains internal documentation written using Doxygen. It is also possible to generate this content locally from a MySQL source distribution using the following procedure: Install doxygen 1.9.2 or later. After installing ...
https://dev.mysql.com/doc/internals/en/connection-phase-packets.html
00 2b 79 44 26 2f 5a 5a 33 30 35 5a 47 00 6d 79 .+yD&/ZZ305ZG.my 73 71 6c 5f 6e 61 74 69 76 65 5f 70 61 73 73 77 sql_native_passw 6f 72 64 00 ord Note The auth-plugin-data is the concatenation of strings auth-plugin-data-part-1 and ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-password-validation.html
The validate_password component serves to test user-specified passwords and improve security. The component exposes a set of system variables that enable you to define a password policy. The component implements two capabilities: In statements that ...
Displaying 151 to 160 of 976 total results