Python - MySQL连接错误

时间:2016-12-04 00:27:19

标签: python mysql pymysql

我使用Python 3.5.2和PyMySQL

并在创建MySQL数据库之后

import pymysql

conn = pymysql(host='127.0.0.1',unix_socket='/tmp/mysql.sock',user='root',passwd=None,db='mysql')
  

AttributeError:module' socket'没有属性' AF_UNIX'

P.S。在我的win10中设置MySQL时,端口3306无法正常工作(让我无法继续)

所以我将端口更改为306然后再工作

这对我的错误有影响吗?

它显示了一些错误......

0 个答案:

没有答案