Pymysql Insert Into not working

前端 未结 3 1891
感动是毒
感动是毒 2020-12-15 02:43

I\'m running this from PyDev in Eclipse...

import pymysql
conn = pymysql.connect(host=\'localhost\', port=3306, user=\'userid\', passwd=\'password\', db=\'fa         


        
3条回答
提交回复
热议问题