Search



Search Results
Displaying 671 to 680 of 2117 total results
https://dev.mysql.com/doc/connectors/en/connector-python-connection-pooling.html
For example: dbconfig = { "database": "test", "user": "joe" } cnx = mysql.connector.connect(pool_name = "mypool", pool_size = 3, **dbconfig) The pool name is restricted to alphanumeric characters and the special characters ., _, *, $, and #. If the ... Simple connection pooling is supported that has these characteristics: The mysql.connector.pooling module implements ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-macos.html
To configure a DSN on macOS, you can either use the command-line utility (myodbc-installer), edit the odbc.ini file within the Library/ODBC directory of the user, or use the ODBC Administrator GUI. Note The ODBC Administrator is included in OS X ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-crystalreports.html
You can either specify a complete database, including user name and password, or you can build a basic DSN and use Crystal Reports to set the user name and password. If the DSN contains a user name/password combination, or you want to use different ... Crystal Reports can use an ODBC DSN to connect to a database from which you to extract data and information for reporting ...
https://dev.mysql.com/doc/connector-python/en/connector-python-connection-pooling.html
For example: dbconfig = { "database": "test", "user": "joe" } cnx = mysql.connector.connect(pool_name = "mypool", pool_size = 3, **dbconfig) The pool name is restricted to alphanumeric characters and the special characters ., _, *, $, and #. If the ... Simple connection pooling is supported that has these characteristics: The mysql.connector.pooling module implements ...
https://dev.mysql.com/doc/internals/en/determining-authentication-method.html
Method used for authentication is tied to the user account and stored in the plugin column of mysql.user table. Client informs about the user account it wants to log into in the Handshake Response Packet. Only then server can look-up the mysql.user ...However, to save some round-trips, server and client start authentication exchange already in the initial handshake using an optimistic guess of the authentication method to be ...
https://dev.mysql.com/doc/internals/en/sql-directory.html
Programs for handling SQL commands. The "core" of MySQL. These are the .c and .cc files in the sql directory: derror.cc --- read language-dependent message file des_key_file.cc --- load DES keys from plaintext file discover.cc --- Functions for ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-workflow-nonserver-products.html
After configuring MySQL Router, the root account exists in the user table as root@localhost (local) only, instead of root@% (remote). During the initial setup, choose any predetermined setup type, except Server only, to install the latest GA ...
https://dev.mysql.com/doc/ndbapi/en/index.html
Users of older NDB Cluster releases should upgrade to the latest available release of NDB Cluster 8.0, which is the most recent GA release series, or to the NDB Cluster 8.4 LTS series. For help with using MySQL, please visit the MySQL Forums, where ... MySQL NDB Cluster API Developer Guide This is the MySQL NDB Cluster API Developer Guide, which provides information about developing applications using MySQL NDB Cluster as a data ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-sessionfactory.html
0 means that the receive thread is always active, and that retains poll rights for its own exclusive use, effectively blocking all user threads from becoming receivers. In such cases care should be taken to ensure that the receive thread does not ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
This method enables storage of such details in a user-supplied buffer, returning a pointer to the beginning of this buffer. Parent class Ndb Description A PartitionSpec is used for describing a table partition using any one of the following ... This ...
Displaying 671 to 680 of 2117 total results