Accessing MySQL from Python 3: Access denied for user

前端 未结 8 1643
鱼传尺愫
鱼传尺愫 2021-01-12 05:16

I tried to access MySQL from Python 3.3 with the following methods:

import mysql.connector

config = {
  \'user\': \'###\',
  \'password\': \'******\',
  \'h         


        
8条回答
  •  礼貌的吻别
    2021-01-12 05:40

    For me it was fixing the right port (changed the default while installing because it was already used).

提交回复
热议问题