J'ai récemment installé un serveur MongoDB sur Ubuntu. Il fonctionnait et j'utilise id de PHP aussi mais, je ne sais pas pourquoi il a commencé à échouer. C'est la première fois que j'utilise MongoDB et je suis un peu perdu.
En fait, en essayant d'accéder via PHP ou via Shell à mongo :
root@ubuntu:~# /etc/init.d/mongodb restart
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service mongodb restart
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) and then start(8) utilities,
e.g. stop mongodb ; start mongodb. The restart(8) utility is also available.
mongodb start/running, process 7223
root@ubuntu:~#
root@ubuntu:~# mongo
MongoDB shell version: 1.6.3
Wed Sep 7 10:20:35 *** warning: spider monkey build without utf8 support. consider rebuilding with utf8 support
connecting to: test
Wed Sep 7 10:20:35 Error: couldn't connect to server 127.0.0.1 (anon):1137
exception: connect failed
root@ubuntu:~#
La première fois que j'ai utilisé l'erreur du singe araignée n'était pas là. Et ça a marché. J'ai essayé de réinstaller et rien.
Comment je peux résoudre ça ?
Merci d'avance ! Si je peux ajouter des informations, faites-le moi savoir, s'il vous plaît.