第一种解决方法:使用 PyMysql
    第二种方法:修改用户权限+修改 MySQL 配置

    1. ALTER USER 'username'@'ip_address' IDENTIFIED WITH mysql_native_password BY 'password';
    1. [mysqld]
    2. default_authentication_plugin=mysql_native_password