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
58
58
59
59
- id: macos
60
60
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
+
61
78
#. Download the `MySQL 5.7.x installer
62
79
<https://dev.mysql.com/downloads/mysql/>`__ and install the
63
80
MySQL Community Server, which includes the MySQL shell.
You can’t perform that action at this time.
0 commit comments