Changes for page How to connect to mongo server
Last modified by Leon Poon on 2021/03/23 13:17
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -14,6 +14,6 @@ 14 14 exception: connect failed 15 15 {{/code}} 16 16 17 -and you should [[start your server>>doc: Main.How to Start Mongodb in Raspbian.WebHome]].17 +and you should [[start your server>>doc:Computing Newbies.How to Start Mongodb in Raspbian.WebHome]]. 18 18 19 19 If you are able to connect, press CTRL-D to quit, and you can try using python to [[store>>doc:Main.How to Use Pymongo to Store Data.WebHome]] and [[retrieve>>doc:Main.How to Use Pymongo and Search for Data.WebHome]] data from your mongodb server.