Cannot make remote connection with PyMySQL (pymysql.err.InternalError: Packet sequence number wrong)

前端 未结 1 1713
离开以前
离开以前 2020-12-20 09:00

update: Problem solved, solution posted below

I am new to the process of making remote database connections, but it seems that there tends not to be

1条回答
  •  一生所求
    2020-12-20 09:51

    While the port 2083 is used by the host, each database uses the default port 3306 in this case.

    When tested with 3306, access was denied until I added the denied IP to the host "access" list in Remote MySQL on cPanel.

    0 讨论(0)
提交回复
热议问题