0

我正在尝试从 Pawn 语言连接到 Hostinger 中的 MySQL 主机......我不知道为什么会出现这些错误:

[17:25:26] [ERROR] CMySQLConnection::Connect - (error #2005) Unknown MySQL
server host 'mysql.hostinger.co.il' (0)
[17:25:26] [WARNING] CMySQLConnection::Disconnect - no connection available
[17:25:26] [ERROR] CMySQLConnection::Connect - (error #2005) Unknown MySQL server host 'mysql.hostinger.co.il' (0)
[17:25:26] [WARNING] CMySQLConnection::Disconnect - no connection available
[17:25:26] [ERROR] CMySQLConnection::Connect - (error #2005) Unknown MySQL server host 'mysql.hostinger.co.il' (0)
[17:25:26] [WARNING] CMySQLConnection::Disconnect - no connection available

我会很高兴得到帮助。

我很抱歉我的英语不好。

4

1 回答 1

1

很明显,'mysql.hostinger.co.il' 不是有效的 mysql 主机。如果您尝试建立远程连接,Hostinger 可能不允许远程连接。如果不是这样,只需输入“localhost”而不是“mysql.hostinger.co.il”

于 2015-07-18T15:09:21.950 回答