php link mongodb sometimes (frequent refresh) link broken solution

Mognodb database connection method

Standard connection

$m = new Mongo(“mongodb://${username}:${password}@localhost:${port}”);

Other connections

$m = new Mongo(“mongodb://localhost:${port}/${username}:${password}”);

Sometimes (frequent refreshes) switch the link mode when the link is broken


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325908260&siteId=291194637