caching sha2 password is not supported mysql

前端 未结 7 1805
梦如初夏
梦如初夏 2020-12-06 07:37

i\'m trying to get my python program to insert data into MySQL and i followed a guide however i keep getting the error below.

\"Authentication plugin \'{0}\'

7条回答
  •  盖世英雄少女心
    2020-12-06 07:48

    Installs the drive for python3.

    python3 -m pip install mysql-connector-python

    Installs the drive for the default python preinstalled on your system by the manufacturer.

    python -m pip install mysql-connector-python
    

提交回复
热议问题