pymysql only working if host equals 'localhost'

前端 未结 0 1274
既然无缘
既然无缘 2021-01-15 04:57

this is running without errors:

import pandas as pd
import pymysql.cursors

connection = pymysql.connect(host=\'localhost\',
                             user         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题