http://blog.sina.com.cn/s/blog_6826662b0100yeze.html

 

简单暴力,直接上代码

conn = MySQLdb.connect(host = "localhost",

                 user = "user",

                 passwd = "passwd",

                 db = "pythontest",

                 charset = "utf8")

相关文章: