Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 2.04 KB

README.md

File metadata and controls

65 lines (49 loc) · 2.04 KB

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