Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-objects.html
Documents of the same type (for example users, products) are grouped together and stored in the database as collections.
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/connecting-to-a-session.html
There are several ways of using a session to connect to MySQL depending on the specific setup in use.
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-objects.html
Documents of the same type (for example users, products) are grouped together and stored in the database as collections.
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/connecting-to-a-session.html
There are several ways of using a session to connect to MySQL depending on the specific setup in use.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-collect-logs.html
The collect logs command times out if, in 30 seconds, no connections can be established by any of the clients or no incoming connections are detected by the TCP server. When the name of a cluster (cluster_name) is supplied with the command, it ...
https://dev.mysql.com/doc/internals/en/x-protocol-authentication-authentication.html
S: AuthenticateOk authzid empty authcid user name challenge server side, one time random challenge response HEX(SHA1(password) ^ SHA1(challenge + SHA1(SHA1(password)))) Figure 15.7 MYSQL41 Authentication Image description .
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-linux-binary.html
This section covers the steps necessary to install the correct executables for each type of Cluster node from precompiled binaries supplied by Oracle. Only the NDB Cluster data node executable ndbd (single-threaded) or ndbmtd (multithreaded) is ...
https://dev.mysql.com/doc/refman/8.4/en/thread-pool.html
The default thread-handling model in MySQL Server executes statements using one thread per client connection. As more clients connect to the server and execute statements, overall performance degrades. The plugin implements a thread pool that ...
https://dev.mysql.com/doc/refman/8.4/en/handler-scope.html
A specific handler is for a MySQL error code, SQLSTATE value, or condition name. For example, there might be a specific MySQL error code handler in an outer block, and a general SQLWARNING handler in an inner block. Or there might be handlers for a ... A stored program may include handlers to be invoked when certain conditions occur within the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-issues.html
Note The NDB storage engine uses idempotent execution mode, which suppresses duplicate-key and other errors that otherwise break circular replication of NDB Cluster. For this reason, to guarantee high availability, it is extremely important to ...