Search Results
https://dev.mysql.com/doc/mysql-installer/en/server-accounts-roles.html
Host: Select localhost for local connections only or <All Hosts (%)> when remote connections to the server are required. Root Account Password Assigning a root password is required and you will be asked for it when performing other MySQL Installer ...
https://dev.mysql.com/doc/mysqld-version-reference/en/optvar-changes-5-7.html
The following list details the changes to specific options and variables within MySQL 5.7.
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjhelper.html
Table 4.13 getSessionFactory(Map) Parameter Description props properties of the session factory return the session factory Exceptions ClusterFatalUserException if the connection to the cluster cannot be made 4.3.1.8.9 getSessionFactory(Map, ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-connectorj.html
JDBC clients of an NDB Cluster data source, and using Connector/J 5.0.6 (or later), accept jdbc:mysql:loadbalance:// URLs (see Configuration Properties), with which you can take advantage of the ability to connect with multiple MySQL servers to ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-overload-error.html
The following list enumerates all NDB errors of type OL (Overload error).
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-delete.html
This example shows deleting a row from a table already created and populated previously (see Section 2.5.1.2, “NDB API Basic Insertion Example”). It performs the deletion using a single NdbOperation within a transaction, and handles errors ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-read.html
This example illustrates basic retrieval of one or more rows from an NDB table using the NdbRecord interface and an NdbScanOperation. We assume that you have already created and populated the basic table, perhaps using the row insertion example ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-api.html
The most important of these include the Ndb, Ndb_cluster_connection, NdbTransaction, and NdbOperation classes. The NDB API is an object-oriented application programming interface for NDB Cluster that implements indexes, scans, transactions, and ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-classes.html
It consists of the following fundamental classes: Ndb_cluster_connection represents a connection to a cluster. Ndb is the main class, and represents a connection to a database. The NDB API is an NDB Cluster application interface that implements ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-17.html
Character Set Support Compilation Notes Configuration Notes Function and Operator Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Character Set Support Connector/C++ now supports the utf8mb4_0900_bin collation added for the utf8mb4 ...Binary distributions from Oracle are still built in C++11 mode using MSVC 2015 for compatibility ...