PHP Install MongoDB Extension

Source: Internet
Author: User
Tags install mongodb mongodb server

1. Download MongoDB

Address: MongoDB,

2. Decompression: TAR-ZXF linux-x86_64-2mongodb.6.6.tgz

After decompression there will be a bin folder, which has a variety of executable programs, wherein MONGO indicates that MONGODB provides a shell terminal is also a JS parser.

The Mongod is used to start the MongoDB server.

3. Install the MongoDB extension for PHP.

Update some of the dependency library files for Yum:

Yum-y Update
Install the required extensions

Yum-y Install gcc php-pear php-devel
Use PHP extension pecl to install Mongodo, of course, you can go to GitHub to download the source files to build their own installation. This step will see that the mongo.so file was generated.

PECL Install MONGO
Modify the php.ini configuration file to add support for MongoDB. Add the MONGO dynamic library below the extension section.

Extension=mongo.so
To restart the Apache server:

Service httpd Restart
To test whether the installation was successful:

php-m | Grep-i MONGO (will output MONGO)
If the output of MONGO indicates that the installation was successful.

end~




PHP Install MongoDB Extension

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.