天天看點

python 3.5.2安裝mysql驅動報錯python 3.5.2安裝mysql驅動報錯

python 3.5.2安裝mysql驅動時出現如下異常:

這是由于官方驅動暫時隻支援到python3.4所緻。改用<code>pymysql</code>

安裝pymysql

使用例子:

建表語句

參考文檔<code>https://pypi.python.org/pypi/PyMySQL#example</code>