Skip to content

KingGeneral/test_mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test_mongodb

test - mongodb 3.2 with php 5.6

Credited to :

  • Candra Adi Putra (tutorial)
  • KinggeneraL (revision)


32 bit issue

if you are facing 32bit issue

create folder :

  • c:\mongodb\data\db
  • c:\mongodb\logs\

then run this as administrator :

  • mongod --remove
  • mongod --logpath c:\mongodb\logs\mongo.log --dbpath c:\mongodb\data\db --directoryperdb --install
  • mongod --storageEngine=mmapv1 --dbpath c:\mongodb\data\db

more :



this mongodb :

Current Stable Release (3.2) (mongodb-win32-i386-v3.2-latest) (32bit)

05/03/2017 17:24:50 (MM/DD/YYYY)
142112534 kb
tested on 05/04/2017
- Windows 10 - 32 bit OS

official :

mongodb php driver :

(check phpinfo for version)

  • put in :
  • C:\xampp\php\ext
  • edit php.ini :
  • extension=php_mongo-1.6.8-5.6-vc11.dll

current viewer :

  • phpmoadmin/index

ref :

5/5/2017 #KingGeneral

About

mongodb 3.2 ( 32bit - x86 ) with php 5.6

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published