I want to configure my django project in order to connect it with database in MYSQL I created with workbench 8.0, and then I want to r
PyMySQL added support for caching_sha2_password in 0.9.0, though there was a Py2 error fixed in 0.9.1.
caching_sha2_password
Also noted in the install instructions, for caching_sha2_password there is the additional requirement:
python3 -m pip install PyMySQL[rsa]