Can#39;t connect to MongoDB through PHP(无法通过 PHP 连接到 MongoDB)
问题描述
我只是想看看 Mongo-DB.但我就是不让它运行.我已经用 PECL 安装了它,我的 phpinfo()
告诉我扩展已加载,但是当我尝试与
I just wanted to take a look at Mongo-DB. But i just don't get it running. I've installed it with PECL and my phpinfo()
tells me that the extension is loaded, but when i try to get a connection with
$mongo = new Mongo();
我明白了:
致命错误:未捕获的异常MongoConnectionException"与消息':传输端点未连接'
Fatal error: Uncaught exception 'MongoConnectionException' with message ': Transport endpoint is not connected'
有人有同样的问题吗?...或者对此有任何想法?
Anybody have the same Problem? ... Or any Idea on this?
推荐答案
请不要误会,但你真的让服务器运行了吗?只是看起来您的错误与连接失败有关,并且您没有提及服务器或其所在的位置(例如默认端口上的 localhost)
Please don't take this the wrong way, but have you actually got the server running? Only it looks like your error relates to a failure to connect and you've made no mention of the server or where it is located (localhost on the default port for example)
这篇关于无法通过 PHP 连接到 MongoDB的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法通过 PHP 连接到 MongoDB
基础教程推荐
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- 在多维数组中查找最大值 2021-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- 超薄框架REST服务两次获得输出 2022-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01