Skip to content

Commit 7186380

Browse files
DOCSP-38906 updates for feedback
1 parent 2642261 commit 7186380

File tree

1 file changed

+5
-32
lines changed

1 file changed

+5
-32
lines changed

source/reference/odbc-driver.txt

Lines changed: 5 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -68,38 +68,11 @@ The {+odbc-driver+} is available for:
6868
Workaround for Unsupported Platforms
6969
-------------------------------------------
7070

71-
- Ubuntu 22.04
72-
73-
a. Download and install the `community client plugins
74-
<https://dev.mysql.com/get/Downloads/MySQL-8.4/mysql-community-client-plugins_8.4.0-1ubuntu22.04_amd64.deb>`__.
75-
76-
.. code-block:: shell
77-
78-
sudo dpkg -i mysql-community-client-plugins_8.4.0-1ubuntu22.04_amd64.deb
79-
sudo dpkg -i mysql-connector-odbc_8.4.0-1ubuntu22.04_amd64.deb
80-
sudo dpkg -i mysql-connector-odbc-setup_8.4.0-1ubuntu22.04_amd64.deb
81-
82-
#. Enable the Cleartext plugin.
83-
84-
.. code-block:: shell
85-
86-
export LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN=1
87-
88-
#. Download the `driver <https://dev.mysql.com/get/Downloads/Connector-ODBC/8.4/mysql-connector-odbc_8.4.0-1ubuntu22.04_amd64.deb>`__.
89-
#. Downlaod the `setup <https://dev.mysql.com/get/Downloads/Connector-ODBC/8.4/mysql-connector-odbc-setup_8.4.0-1ubuntu22.04_amd64.deb>`__.
90-
91-
- RHEL 8, 9
92-
93-
.. note::
94-
95-
For RHEL 8+, `download the ODBC Driver
96-
<https://dev.mysql.com/downloads/connector/odbc/>`__ published by
97-
Oracle MySQL with the version that supports RHEL 8.3 or later.
98-
99-
For RHEL 9, `download the ODBC Driver
100-
<https://dev.mysql.com/downloads/connector/odbc/>`__ and install
101-
the ODBC Driver published by Oracle MySQL, set up RPMs, and enable
102-
the Cleartext plugin.
71+
a. Install the MySQL Cleartext Authentication plugin for your platform.
72+
#. Download and install the Oracle MySQL ODBC driver compatible with
73+
your platform from the `MySQL Connector/OCBC Downloads page
74+
<https://dev.mysql.com/downloads/connector/odbc/>`__.
75+
#. Before connecting, ensure that the Cleartext plugin is enabled.
10376

10477
Using the {+odbc-driver-name+}
10578
--------------------------------------------------

0 commit comments

Comments
 (0)