mysql-php connection MongoDB always fails, why?

Source: Internet
Author: User
Keywords Php mongodb mysql extending
Tags mongoclient server error log

To use Db.getmongo (); Get: 127.0.0.1

Browser access: http://127.0.0.1:27017/
Get: It looks like you is trying to access MongoDB over HTTP on the native driver port.

But execute the following code:
Connect to MongoDB
$m = new Mongoclient ();
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 is unable to complete your request.

Please contact the server administrator at Admin@phpStudy.net to inform them for the time this error occurred, and the ACTI ONS performed just before this error.

More information on this error is available in the server error log.

Why is that?

Reply content:

To use Db.getmongo (); Get: 127.0.0.1

Browser access: http://127.0.0.1:27017/
Get: It looks like you is trying to access MongoDB over HTTP on the native driver port.

But execute the following code:
Connect to MongoDB
$m = new Mongoclient ();
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 is unable to complete your request.

Please contact the server administrator at Admin@phpStudy.net to inform them for the time this error occurred, and the ACTI ONS performed just before this error.

More information on this error is available in the server error log.

Why is that?

  • Related Article

    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.