We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我配置了一样的密码但是工具访问不了……
The text was updated successfully, but these errors were encountered:
因为项目没有增加密码验证连接的功能。。。
Sorry, something went wrong.
你可以直接在SSDBClient类里面加上password的参数就行 SSDBAdmin/model/SSDBClient.py class SSDBClient(object): def __init__(self, request): host, port = getSAServer(request) self.__conn = Redis(connection_pool=BlockingConnectionPool(host=host, port=int(port), password='63E1F04640E83605C1D177544A5A0488'))
class SSDBClient(object): def __init__(self, request): host, port = getSAServer(request) self.__conn = Redis(connection_pool=BlockingConnectionPool(host=host, port=int(port), password='63E1F04640E83605C1D177544A5A0488'))
建议直接使用别人基于官方phpssdbadmin建的docker镜像https://hub.docker.com/r/jpnkls/psa
No branches or pull requests
我配置了一样的密码但是工具访问不了……
The text was updated successfully, but these errors were encountered: