File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,23 @@ Installing the Plugin
5858
5959 - id: macos
6060 content: |
61+ .. note::
62+
63+ **macOS Catalina users:**
64+
65+ The C authentication plugin uses OpenSSL v1.0. If you have
66+ OpenSSL v1.1 or greater installed, you must downgrade to v1.0
67+ to use the C authentication plugin. You can do so with the
68+ following command:
69+
70+ .. code-block:: none
71+
72+ brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/30fd2b68feb458656c2da2b91e577960b11c42f4/Formula/openssl.rb
73+
74+ If you have both versions 1.0 and 1.1 of OpenSSL installed,
75+ create a symlink to version 1.0 from ``/usr/local/opt/openssl``
76+ and remove the symlink to v1.1.
77+
6178 #. Download the `MySQL 5.7.x installer
6279 <https://dev.mysql.com/downloads/mysql/>`__ and install the
6380 MySQL Community Server, which includes the MySQL shell.
You can’t perform that action at this time.
0 commit comments