python 问题: from mysql import connector ModuleNotFoundError: No module named 'mysql' 不能pip installl mysql不起任何作用 正确做法:pip install mysql-connector-python-rf