Search



Search Results
Displaying 851 to 860 of 1437 total results
https://dev.mysql.com/doc/connectors/en/connector-j-reference-configuration-properties.html
Configuration properties define how Connector/J will make a connection to a MySQL server. Unless otherwise noted, properties can be set for a DataSource object or for a Connection object. If you specify a configuration property in the URL without ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-mysqlclient.html
KerberosAuthMode Defines the different modes that can be used for Kerberos authentication. Classes Class Description AuthenticationPluginConfigurationElement Retrieves the authentication plugin configuration from the configuration file.
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-windows.html
You only need to build Connector/ODBC from source on Windows to modify the source or installation location. If you are unsure whether to install from source, please use the binary installation detailed in Section 5.4.1, “Installing Connector/ODBC ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-warning.html
Consider using either more strict Server SQL Modes or the raise_on_warnings connection argument to make Connector/Python raise errors when your queries produce warnings. This exception is used for reporting important warnings, however, ...
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-mysqlclient.html
KerberosAuthMode Defines the different modes that can be used for Kerberos authentication. Classes Class Description AuthenticationPluginConfigurationElement Retrieves the authentication plugin configuration from the configuration file.
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-source-windows.html
You only need to build Connector/ODBC from source on Windows to modify the source or installation location. If you are unsure whether to install from source, please use the binary installation detailed in Section 4.1, “Installing Connector/ODBC ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-buffered.html
Syntax: is_buffered = ccnx.buffered() # getter ccnx.buffered(bool) # setter With no argument, returns True or False to indicate whether the MySQL instance buffers (stores) the results. For the setter syntax, raises a TypeError exception if the ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-raw.html
Syntax: is_raw = ccnx.raw() # getter ccnx.raw(bool) # setter With no argument, returns True or False to indicate whether the MySQL instance return the rows as is (without conversion to Python objects).
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-warning.html
Consider using either more strict Server SQL Modes or the raise_on_warnings connection argument to make Connector/Python raise errors when your queries produce warnings. This exception is used for reporting important warnings, however, ...
https://dev.mysql.com/doc/internals/en/client-directory.html
Generally these are standalone C programs which one runs in "client mode", that is, they call the server. The client library includes mysql.cc (the source of the mysql executable) and other utilities. Most of the utilities are mentioned in the MySQL ...
Displaying 851 to 860 of 1437 total results