python mysql 1045 OperationalError: 1045, "Access denied for user root@'localhost'
Python代码:#^_^coding:utf-8^_^importMySQLdb#打开数据库连接db=MySQLdb.connect("localhost","root","zhang123","stucou")cursor=db.cursor()cursor.execute("SELECTVERSION()")data=cursor.fetchone()print"Databaseversio