Search Results
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-crystalreports.html
For example, to create a simple crosstab report within Crystal Reports XI, follow these steps: Create a DSN using the Data Sources (ODBC) tool. You can either specify a complete database, including user name and password, or you can build a basic ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-crystalreports.html
For example, to create a simple crosstab report within Crystal Reports XI, follow these steps: Create a DSN using the Data Sources (ODBC) tool. You can either specify a complete database, including user name and password, or you can build a basic ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-limitations-transactions.html
When a user-created NDB table is accessed using a unique index, the hidden index table is first read to find the primary key that is then used to read the user-created table. When a row referenced by a unique index in the user-created NDB table is ...Because the MySQL server creates a shadowing ordered index for every unique index created in NDB, this lets the ordered index be read instead, and avoids unique index access ...
https://dev.mysql.com/doc/workbench/en/wb-model-reporting.html
Use the DBDoc- Model Reporting dialog to set the options for creating documentation of your database models. The following variables may be used to configure the output path: ~: The home directory of the user. Platform Typical Default Documents ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/9.7/en/news-9-4-0.html
MySQL NDB ClusterJ: When a user created two ClusterJ SessionFactory objects with the same connection string but different database names, two different Ndb_cluster_connection objects were created for the two databases, which consumed a lot of extra ...Note These release notes were created with the assistance of MySQL HeatWave ... MySQL NDB Cluster 9.4.0 is a new Innovation release of NDB Cluster, based on MySQL Server 9.4 and including features in version 9.4 of the NDB storage ...
https://dev.mysql.com/doc/connectors/en/connector-python-connection-pooling.html
The size of a connection pool is configurable at pool creation time. To create a connection pool implicitly: Open a connection and specify one or more pool-related arguments (pool_name, pool_size). For example: dbconfig = { "database": "test", ...
https://dev.mysql.com/doc/connector-python/en/connector-python-connection-pooling.html
The size of a connection pool is configurable at pool creation time. To create a connection pool implicitly: Open a connection and specify one or more pool-related arguments (pool_name, pool_size). For example: dbconfig = { "database": "test", ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
This memory is held for the lifetime of the object, and once used in this way by the Ndb object, the only way to free this memory is to destroy the object (and then to create a new instance if desired). Ndb Class Constructor Description This creates ... This section provides information about the Ndb class, which models the NDB kernel; it is the primary class of the NDB ...
https://dev.mysql.com/doc/refman/9.7/en/windows-installation.html
MySQL Configurator automatically configures MySQL Server, creates an options file, starts the server, enables you to create default user accounts, and more. Users should make sure the package has been installed on the system before installing the ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-63.html
User Interface Changes The home screen was modified: the connections, models, and starters were split into individual pages. User Preference Changes A new Log Level preference (under Others) was added to alter the log verbosity level. The premise is ... This section summarizes many of the new features added to MySQL Workbench 6.3, in relation to the MySQL Workbench 6.2 ...