MongoDB Tutorial 2: Introduction: Difference between revisions
MongoDB Tutorial 2: Introduction (view source)
Revision as of 01:19, 24 November 2010
, 24 November 2010no edit summary
(New page: {{Nav MongoDB Tutorial 2}} '''''MongoDB''''' == Introduction == Previous tutorial covered an independent implementation of MongoDB advantage of this ...) |
Upazixorys (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
=[http://ihyveqo.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]= | |||
{{Nav MongoDB Tutorial 2}} | {{Nav MongoDB Tutorial 2}} | ||
'''''MongoDB''''' | '''''MongoDB''''' | ||
Line 77: | Line 78: | ||
* Run file: z_mongo\UniServer\unicon\tray_menu_2\Run_mongo_db.bat | * Run file: z_mongo\UniServer\unicon\tray_menu_2\Run_mongo_db.bat | ||
Produces the followinf error: | Produces the followinf error: | ||
<pre> | |||
Warning: dl(): Unable to load dynamic library 'C:\php5\php_winbinder.dll' - The specified module could not be found. | Warning: dl(): Unable to load dynamic library 'C:\php5\php_winbinder.dll' - The specified module could not be found. | ||
in C:\z_mongo\UniServer\unicon\tray_menu_2\winbinder\winbinder.php on line 15 | in C:\z_mongo\UniServer\unicon\tray_menu_2\winbinder\winbinder.php on line 15 | ||
Line 84: | Line 85: | ||
in C:\z_mongo\UniServer\unicon\tray_menu_2\winbinder\winbinder.php on line 16 | in C:\z_mongo\UniServer\unicon\tray_menu_2\winbinder\winbinder.php on line 16 | ||
Press any key to continue . . . | Press any key to continue . . . | ||
</pre> | |||
First line is interesting 'C:\php5\php_winbinder.dll' PHP has tried all paths and finally looked in the default location. | First line is interesting 'C:\php5\php_winbinder.dll' PHP has tried all paths and finally looked in the default location. | ||
Line 94: | Line 95: | ||
Edit file z_mongo\UniServer\usr\local\php\'''mongo_cli.ini''' un-comment the winbinder extension as shown: | Edit file z_mongo\UniServer\usr\local\php\'''mongo_cli.ini''' un-comment the winbinder extension as shown: | ||
<pre> | |||
[PHP] | [PHP] | ||
extension=php_winbinder.dll | extension=php_winbinder.dll | ||
extension_dir = | extension_dir = "./extensions" | ||
error_reporting = E_ALL | error_reporting = E_ALL | ||
date.timezone = | date.timezone = "Europe/London" | ||
extension=php_mongo.dll | extension=php_mongo.dll | ||
</pre> | |||
Rerun the batch file and a window with a few buttons will greet you. | Rerun the batch file and a window with a few buttons will greet you. | ||