Search



Search Results
Displaying 91 to 100 of 1545 total results
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-configure-authentication.html
When a client connects to the MySQL server, the server uses the user name provided by the client and the client host to select the account row from the mysql.user table. The server authenticates the client, determining from the account row which ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-install.html
This section covers installation prerequisites, creating the mysql user and group, and unpacking the distribution. Installation Prerequisites Creating the mysql User and Group Unpacking the Distribution Installation Prerequisites The installation ...
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/ndbapi/en/mccj-clusterj-_query.html
Parameters are resolved in the order they were declared in the query. 4.3.1.19.15 setOrdering(Query.Ordering, String...) public abstract void setOrdering(Ordering ordering, String[] orderingFields); Set ordering for the results of this query. There ... A Query instance represents a specific query with bound ...
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/ndbapi/en/ndb-ndbscanoperation.html
Signature void close ( bool forceSend = false, bool releaseOp = false ) Parameters This method takes the two parameters listed here: forceSend defaults to false; call close() with this parameter set to true in order to force transactions to be sent.
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/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 ...
Displaying 91 to 100 of 1545 total results