我实际上正在寻找如何在phpbb3上使用Amazon SES.我试图使用ses的SMTP,但这不起作用.还有另一种方法吗?
谢谢!
在一个简单的文档插入,我的MongoDB服务器有时意外崩溃.在我插入此文档的集合中,大约有1400万个文档.
我使用的代码:
$data = ["type" => "Test"];
$res = $db->test->insert($data);
Run Code Online (Sandbox Code Playgroud)
我得到的错误:
Fatal error: Uncaught exception 'MongoCursorException' with message 'Couldn't get connection: Failed to connect to: 192.168.2.23:27017: Remote server has closed the connection' in C:\xx\Data.php on line 160 MongoCursorException: Couldn't get connection: Failed to connect to: 192.168.2.23:27017: Remote server has closed the connection in C:\xx\Data.php on line 160
mongod日志:
Tue Jan 21 16:55:07.433 [initandlisten] connection accepted from 192.168.10.80:43934 #1 (1 connection now open)
Tue Jan 21 16:55:19.995 [conn1] …Run Code Online (Sandbox Code Playgroud)