Heim  >  Artikel  >  Datenbank  >  python与mysql连接的中文编码(在notepad++)_MySQL

python与mysql连接的中文编码(在notepad++)_MySQL

WBOY
WBOYOriginal
2016-06-01 13:06:103336Durchsuche

python

在python文件开始处加上: # -*- coding:utf8 -*-


MySQLdb的连接语句为: conn=MySQLdb.connect(host='localhost',user='root',passwd='1991618',db='wanfang',port=3306,charset='utf8')


notepad++的格式设置为: 以UTF-8无BOM编码

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn