宝塔通过phpmyadmin管理mysql时候存在的bug:HTTPConnectionPool(host=‘127.0.0.1‘, port=888): Max retries exceeded w
因为phpmyadmin 依赖于nginx ,所以必须启动nginx。如果nginx没有启动成功,那么必然会造成连击失败现象。nginx 有看能看起来是启动成功的,但是实际没有启动成功。
·
HTTPConnectionPool(host='127.0.0.1', port=888): Max retries exceeded with url: /phpmyadmin_466cab007109d204/index.php?lang=zh_cn (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ff6c4795a90>: Failed to establish a new connection: [Errno 111] Connection refused'))

因为phpmyadmin 依赖于nginx ,所以必须启动nginx。如果nginx没有启动成功,那么必然会造成连击失败现象。nginx 有时候看能看起来是启动成功的,但是实际没有启动成功。
更多推荐
所有评论(0)