Search



Search Results
Displaying 2121 to 2130 of 5018 total results
https://dev.mysql.com/doc/connectors/en/connector-j-named-pipe.html
As a workaround, the MySQL Server that Connector/J wants to connect to must be started with the system variable named_pipe_full_access_group, which specifies a Windows local group containing the user by which the client application JVM (and thus ...
https://dev.mysql.com/doc/connectors/en/connector-j-source-replica-replication-connection.html
If you have a write transaction, or if you have a read that is time-sensitive (remember, replication in MySQL is asynchronous), set the connection to be not read-only, by calling Connection.setReadOnly(false) and the driver will ensure that further ... This section describe a number of features of Connector/J's support for replication-aware ...
https://dev.mysql.com/doc/connectors/en/connector-j-support-bug-report.html
The normal place to report bugs is http://bugs.mysql.com/, which is the address for our bugs database. If you find a sensitive security bug in MySQL Server, please let us know immediately by sending an email message to <secalert_us@oracle.com>. If ...This database is public, and can be browsed and searched by ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-source.html
Building MySQL Connector/NET from the source code enables you to customize build parameters and target platforms such as Linux and macOS. Source code is packaged as a ZIP archive file with a name similar to mysql-connector-net-version-src.zip. The ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl.html
In this tutorial you will learn how you can use MySQL Connector/NET to connect to a MySQL server configured to use SSL. MySQL Server uses the PEM format for certificates and private keys. Connector/NET enables the use of either PEM or PFX ...
https://dev.mysql.com/doc/connectors/en/installing-from-rpm.html
Installation by RPMs is only supported on RedHat Enterprise Linux and Oracle Linux, and is performed using the MySQL Yum Repository or by using RPM packages downloaded directly from Oracle. 6.4.4.2.1 Using the MySQL Yum Repository RedHat Enterprise ...Prerequisites For installing X DevAPI only:Because the required python3-protobuf RPM package is not available for Python 3.8 on the RedHat Enterprise Linux and Oracle Linux platforms, it has to be manually installed with, for example, pip install ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-source.html
Building MySQL Connector/NET from the source code enables you to customize build parameters and target platforms such as Linux and macOS. Source code is packaged as a ZIP archive file with a name similar to mysql-connector-net-version-src.zip. The ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl.html
In this tutorial you will learn how you can use MySQL Connector/NET to connect to a MySQL server configured to use SSL. MySQL Server uses the PEM format for certificates and private keys. Connector/NET enables the use of either PEM or PFX ...
https://dev.mysql.com/doc/connector-python/en/connector-python-cext-development.html
For Connector/Python installations that include both implementations, it can optionally be toggled it by passing use_pure=False (to use C implementation) or use_pure=True (to use the Python implementation) as an argument to mysql.connector.connect(). For Connector/Python installations that do not include the C Extension, passing use_pure=False to mysql.connector.connect() raises an ...
https://dev.mysql.com/doc/internals/en/installation-layout-options.html
In the following table, the CMAKE_INSTALL_PREFIX value is the installation base directory. Many other CMake layout options are interpreted relative to the prefix and their values are relative pathnames.
Displaying 2121 to 2130 of 5018 total results