Skip to content

Commit

Permalink
A clearer description about pycryptodome situation
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Aug 22, 2024
1 parent 4ae8698 commit 10f116f
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,22 @@ Install cymysql

# pip install cymysql

MySQL 8.0 and insecure connection
+++++++++++++++++++++++++++++++++++

If you use caching_sha2_password authentication plugin (MySQL 8.0 default)
and connect with 'not ssl and not unix_socket' you shoud install pycryptodome
Install pycryptodome(depending on the situation)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

::

# pip install pycryptodome

If you use caching_sha2_password authentication plugin
and connect with 'not ssl and not unix_socket' you shoud install pycryptodome.
(It means that if the following error occur)

::

ModuleNotFoundError: No module named 'Crypto'



Example
---------------
Expand Down

0 comments on commit 10f116f

Please sign in to comment.