Exception Value: invalid literal for int() with base 10: 'Inception2'

用途python3.5的pymysql连接inception的时候出错,

Exception Value: invalid literal for int() with base 10: 'Inception2'

有人改了pymysql的源码(https://blog.csdn.net/Dearmark/article/details/78208051),这样子感觉不太合适
所以改用MySQLdb来连接就没问题

你可能感兴趣的:(Exception Value: invalid literal for int() with base 10: 'Inception2')