python3是不能通过pip install mysql或pipinstall mysqldb这样的形式来安装mysql。
只能 pip install PyMySQL
至于如何在文件中引用?
答曰:只需对应python文件将import mysql改为import pymysql即可