【问题标题】:Mysql connect error : Unknown MySQL server host and Mysql connect error no 2005Mysql 连接错误:未知的 MySQL 服务器主机和 Mysql 连接错误号 2005
【发布时间】:2023-04-05 17:05:01
【问题描述】:

当我通过mysql drive 连接时

mysqli_connect('localhost:9306')- 成功返回资源id #21

但是当我使用'MySQLi' driver 时,它会返回以下错误消息:

 Unknown MySQL server host 'localhost:9306' (3) and Mysqli Error No as 2005

【问题讨论】:

  • 是的,我将其更改为“localhost”,但我仍然收到相同的错误

标签: php time indexing


【解决方案1】:

你的主机名是 localhot 而不是 localhostt

因为它显示错误:

Unknown MySQL server host localhostt:9306
                            ^^^^ here

应该是localhost。检查您的代码并将其更改为 localhost 而不是 localhostt

【讨论】:

    猜你喜欢
    • 2016-11-01
    • 1970-01-01
    • 2017-09-12
    • 2021-06-23
    • 2014-10-28
    • 2020-09-06
    • 2017-11-02
    • 2013-11-12
    • 1970-01-01
    相关资源
    最近更新 更多