Fatal error: Class 'MongoDB\Driver\Manager' not found

后端 未结 7 876
攒了一身酷
攒了一身酷 2020-12-01 18:52

I want to use the MongoDB Driver, but it throw me an error, when i use it:

$mongo = new MongoDB\\Driver\\Manager(\"mongodb://localhost:27017\");
7条回答
  •  甜味超标
    2020-12-01 19:36

    1.Add mongo DB

    $sudo apt update && sudo apt install php-mongodb
    
    1. Restart apache server,

    2. check in phpinfo() for mongo

提交回复
热议问题