Mysql连接错误:未知的MySQL服务器主机和Mysql连接错误没有2005

时间:2014-05-29 10:52:01

标签: php time indexing

当我通过mysql drive

连接时

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

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

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

1 个答案:

答案 0 :(得分:0)

您的主机名是localhot而不是localhostt

因为它显示错误:

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

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

相关问题