Is there any method to connect to mysql using pycharm?

前端 未结 0 1186
隐瞒了意图╮
隐瞒了意图╮ 2020-12-13 14:53
    import mysql.connector
    con = mysql.connector.connect(host = \'localhost\', port = \'3306\',user =\'root\', password= \'********\')
    print(con)


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