python 无法加载mysql数据库_无法从python访问mysql数据库
我试图通过python从mysql数据库访问数据,然后我尝试了import MySQLdbdb = MySQLdb.connect(host = "127.0.0.1",port = 3306,user="Bishnu",password = "Pulchowk",db = "telecom_db")cursor =db.cursor()cursor.execute("select * from ...