python 问题from mysql import connector ModuleNotFoundError: No module named 'mysql'

myrj / 2023-07-29 / 原文

python 问题:
from mysql import connector ModuleNotFoundError: No module named 'mysql'

不能pip installl mysql不起任何作用

正确做法:pip install mysql-connector-python-rf