Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@reya-SMihdC • Aug 9, 2012
Assuming that you want to install MongoDB in windows.
Check here ->#-Link-Snipped-# -
@meetramprasad-2MYwYb • Aug 9, 2012
#-Link-Snipped-# -
@meetramprasad-2MYwYb • Aug 9, 2012
#-Link-Snipped-#
Thanks a Lot can you please explain me the difference between mysql and mongodb. -
@thebigk • Aug 9, 2012
Here's a nice presentation on Slideshare that talks about differences between the two DBs: <a href="https://www.slideshare.net/octplane/mongodb-vs-mysql-a-devops-point-of-view" target="_blank" rel="noopener noreferrer">MongoDB vs Mysql. A devops point of view</a>meetramprasad#-Link-Snipped-#
Thanks a Lot can you please explain me the difference between mysql and mongodb. -
@abhishek-fg9tRh • Aug 9, 2012
From what advice I got from veterans : Use MongoDB if you're going to run across multiple servers (No less than two; a master & the slave)
MongoDB became more famous due to its simplicity in load-balancing relational DB across multiple servers.If you're going to host application in no more than single server, MySQL will do the job.
Check this :: #-Link-Snipped-#
Also,
