Search Results
https://dev.mysql.com/doc/workbench/en/wb-reverse-engineer-create-script.html
To reverse-engineer a database using a create script, do one of the following: On the home screen, select the model view from the sidebar, click (>) next to Models, and then click Reverse Engineer MySQL Create Script. With a model selected and its ...Tables, views, routines, routine groups, indexes, keys, and constraints can be imported from an SQL script ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
In practice, when a thread needs to do work against a MySQL or other database with JDBC, it requests a connection from the pool. Although this is not usually an issue with the quick connection setup that MySQL offers compared to other databases, ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-unix.html
There is no installer available for installing the MySQL Connector/NET component on your Unix installation. To install Connector/NET on Unix/Mono: Download the mysql-connector-net-version-noinstall.zip and extract the contents to a directory of ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-source.html
When creating a report in Crystal Reports there are two options for accessing the MySQL data while designing your report. If you choose to design your reports using Connector/ODBC, it can be downloaded from dev.mysql.com. The first option is to use ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-architecture.html
The Connector/ODBC architecture is based on five components, as shown in the following diagram: Figure 5.1 Connector/ODBC Architecture Components Application: The Application uses the ODBC API to access the data from the MySQL server. These tasks ...The Application communicates with the Driver Manager using the standard ODBC ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-deb.html
The two package types are: mysql-connector-odbc: This driver package installs MySQL ODBC driver libraries and the installer tool. It installs these files: ${LibDir}/odbc/libmyodbc9a.so ${LibDir}/odbc/libmyodbc9w.so ${BinDir}/myodbc-installer ...
https://dev.mysql.com/doc/connectors/en/connector-python-connection-pooling.html
Simple connection pooling is supported that has these characteristics: The mysql.connector.pooling module implements pooling. This enables applications to support pools of connections to different MySQL servers, for example. Applications that can ...A pool opens a number of connections and handles thread safety when providing connections to ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-unix.html
There is no installer available for installing the MySQL Connector/NET component on your Unix installation. To install Connector/NET on Unix/Mono: Download the mysql-connector-net-version-noinstall.zip and extract the contents to a directory of ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-crystal-source.html
When creating a report in Crystal Reports there are two options for accessing the MySQL data while designing your report. If you choose to design your reports using Connector/ODBC, it can be downloaded from dev.mysql.com. The first option is to use ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-architecture.html
The Connector/ODBC architecture is based on five components, as shown in the following diagram: Figure 3.1 Connector/ODBC Architecture Components Application: The Application uses the ODBC API to access the data from the MySQL server. These tasks ...The Application communicates with the Driver Manager using the standard ODBC ...