Search Results
https://dev.mysql.com/doc/connector-python/en/connector-python-example-connecting.html
The connect() constructor creates a connection to the MySQL server and returns a MySQLConnection object. The following example shows how to connect to the MySQL server: import mysql.connector cnx = mysql.connector.connect(user='scott', ...
https://dev.mysql.com/doc/mysql-installer/en/index.html
Abstract This document describes MySQL Installer, an application that simplifies the installation and updating process for a wide range of MySQL products, including MySQL Workbench and MySQL Shell. For notes detailing the changes in each release of ...
https://dev.mysql.com/doc/mysql-installer/en/preface.html
This document describes MySQL Installer, an application that simplifies the installation and updating process for a wide range of MySQL products, including MySQL Workbench and MySQL Shell. If you are using a Commercial release of MySQL Installer, ...
https://dev.mysql.com/doc/mysql-installer/en/server-type-network.html
Server Configuration Type Choose the MySQL server configuration type that describes your setup. This setting defines the amount of system resources (memory) to assign to your MySQL server instance. Development: A computer that hosts many other ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-sessionfactory.html
Actual connections to the database are managed in a global connection pool, and may be shared by several session factories; each connection will be closed when the last session factory using it is closed. 4.3.1.23.3 currentState() public abstract ...
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/mysql-cluster-api-overview.html
Abstract This chapter provides a general overview of essential NDB Cluster, NDB API, and MGM API concepts, terminology, and programming constructs. For an overview of Java APIs that can be used with NDB Cluster, see Section 4.1, “MySQL NDB ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbdictionary.html
This section provides information about the NdbDictionary class, which stores meta-information about NDB database objects, such as tables, columns, and indexes. While the preferred method of database object creation and deletion is through the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbrecattr.html
NdbRecAttr Class Overview ~NdbRecAttr() NdbRecAttr::aRef() NdbRecAttr::char_value() NdbRecAttr::clone() NdbRecAttr::double_value() NdbRecAttr::float_value() NdbRecAttr::get_size_in_bytes() NdbRecAttr::getColumn() NdbRecAttr::getType() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-requirements.html
To use the NDB API with MySQL, you must have the libndbclient client library and its associated header files installed alongside the regular MySQL client libraries and headers under install_dir/lib. These are automatically installed when you build ...