Good day. Hope your all are well. Can someone help me with fix this?
I\'m new to the MySQL environment. I\'m trying to connect to MySQL Database remotely. I used th
To use “sha256_password” or “caching_sha2_password” for authenticate, you need to install additional dependency:
$ python3 -m pip install PyMySQL[rsa]
Source: https://pymysql.readthedocs.io/en/latest/user/installation.html