Chani
·
Jan 25, 2011
·
Viewed 295.6k times
·
Source
How can I store images in a MongoDB database rather than just text? Can I create an array of images in a MongoDB database? Will it be possible to do the same for videos?
I am evaluating what might be the best migration option.
Currently, I am on a sharded MySQL (horizontal partition), with most of my data stored in JSON blobs. I do not have any complex SQL queries (already migrated away after …
I have installed mongodb and the php drivers on my unix server.
My question is how can I tell if mongodb is running? Is there a simple command line query to check status? If I start it once from the …