Выдает такую ошибку.
Код: Выделить всё
Uncaught exception 'MongoConnectionException' with message 'Failed to connect to:
localhost:27017: No connection could be made because the target machine actively
refused it.
Код: Выделить всё
$username = 'user';
$password = 'pass';
$m = new MongoClient("mongodb://user:pass@localhost");
Подробнее здесь: https://stackoverflow.com/questions/340 ... connect-to
Мобильная версия