@@ -68,38 +68,11 @@ The {+odbc-driver+} is available for:
68
68
Workaround for Unsupported Platforms
69
69
-------------------------------------------
70
70
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.
103
76
104
77
Using the {+odbc-driver-name+}
105
78
--------------------------------------------------
0 commit comments