Search



Search Results
Displaying 101 to 110 of 1545 total results
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 ...
https://dev.mysql.com/doc/internals/en/innodb-user-records.html
There are two ways to navigate through the user records, depending whether you want to think of their organization as an unordered or an ordered list. But by definition the records of a B-tree must be accessible in order by key value, so there is a ... In the User Records part of a page, you'll find all the records that the user ...
https://dev.mysql.com/doc/refman/8.4/en/cast-functions.html
For details on the rules for conversion of values between JSON and other types, see Comparison and Ordering of JSON Values. Casting between spatial types does not change coordinate values or order. If the expression to cast is a well-formed geometry ... Table 14.15 Cast Functions and Operators Name Description Deprecated BINARY Cast a string to a binary string Yes CAST() Cast a value as a certain type CONVERT() Cast a value as a certain type Cast functions and operators enable conversion of values from one data type to ...
https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html
Disabling foreign key checking can be useful for reloading InnoDB tables in an order different from that required by their parent/child relationships. Component order is significant because the server executes components in the order listed. The ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-audit-plugins.html
null_audit_event_order_check_consume_ignore_count: Number of times event matching should not consume matched events. Disabling this variable enables skipping events not listed in null_audit_event_order_check during event-order matching. Of the ...
https://dev.mysql.com/doc/internals/en/error-messages-5-0-3-higher.html
This is convenient when arguments are most naturally specified in different orders in different languages. Positional arguments enable and error-message writer to avoid awkward language or unnecessarily long messages that result from having the ...
https://dev.mysql.com/doc/workbench/en/wbcopytables.html
For the select expression, if both the source and target tables have the same fields in the same order, and use compatible types, you can simply pass * here, which will build a query like "SELECT * FROM [dbo].[mytable]". wbcopytables is a ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-mynode.html
In order to obtain a Session, you must then call getSession() on this SessionFactory, whose implementation is determined by the implementation member of the properties object. This class is used to generate and obtain information about sessions ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-dns-srv.html
A client that receives a DNS SRV lookup result attempts to connect to the MySQL server on each of the listed hosts in order of preference, based on the priority and weighting assigned to each host by the DNS administrator. X DevAPI supports the use ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-replica.html
If you specify the relay_log system variable at server startup without specifying a value, unexpected behavior is likely to result; this behavior depends on the other options used, the order in which they are specified, and whether they are ... This ...
Displaying 101 to 110 of 1545 total results