Search



Search Results
Displaying 661 to 670 of 2117 total results
https://dev.mysql.com/doc/connectors/en/connector-j-using-openID.html
Connector/J supports authentication for users created on a MySQL server using the authentication_openid_connect plugin. If no server user name is specified in the connection string or during the creation of the Connection object, the implementation ... OpenID Connect is an authentication protocol based on the OAuth 2.0 framework, providing a simplified and interoperable ways of authentication for enhanced ...
https://dev.mysql.com/doc/connectors/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/connectors/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/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 ...
Displaying 661 to 670 of 2117 total results