Mysql-php always fails to connect to MongoDB. Why?

Source: Internet
Author: User
Tags server error log
Use db. getMongo (); To obtain access: 127.0.0.1: 27017 in the 127.0.0.1 browser. The result is: success. But run the following code: & amp; lt ;? Php...

Use db. getMongo (); To get 127.0.0.1

Access in the browser: http: // 127.0.0.1: 27017/
The result is: It looks like you are trying to access MongoDB over HTTP on the native driver port.

But execute the following code:
// Connect to mongodb
$ M = new clients client ();
Echo "Connection to database successfully ";
// Select a database
$ Db = $ m-> mydb;
Echo "Database mydb selected ";
?>

The result is:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at admin@phpStudy.net to inform them of the time this error occurred, and the actions you have med just before this error.

More information about this error may be available in the server error log.

Why?

Reply content:

Use db. getMongo (); To get 127.0.0.1

Access in the browser: http: // 127.0.0.1: 27017/
The result is: It looks like you are trying to access MongoDB over HTTP on the native driver port.

But execute the following code:
// Connect to mongodb
$ M = new clients client ();
Echo "Connection to database successfully ";
// Select a database
$ Db = $ m-> mydb;
Echo "Database mydb selected ";
?>

The result is:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at admin@phpStudy.net to inform them of the time this error occurred, and the actions you have med just before this error.

More information about this error may be available in the server error log.

Why?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.