我正在尝试将Python软件与在线数据库连接,但显示出一个错误。
注意:我的真实主机名是“隐藏”。我已将其替换为000.000.000.0000
g
es\mysql\connector\network.py", line 512, in open_connection
errno=2003, values=(self.get_address(), _strioerror(err)))
mysql.connector.errors.InterfaceError: 2003: Can't connect to MySQL server on '000.000.000.000:0000' (10060 A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond)