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
[root@VM-0-13-centos vmoex-framework]# php bin/console doctrine:database:init ok, that's awesome! [root@VM-0-13-centos vmoex-framework]# php bin/console change-password -u admin -p 123456
In AbstractConnection.php line 155:
AUTH failed: WRONGPASS invalid username-password pair [tcp://localhost:6379]
AUTH
The text was updated successfully, but these errors were encountered:
'redis://@localhost'中把那个尖括号去掉即可 真是土鳖
'redis://我是密码@localhost' 这种格式即可
Sorry, something went wrong.
No branches or pull requests
[root@VM-0-13-centos vmoex-framework]# php bin/console doctrine:database:init
ok, that's awesome!
[root@VM-0-13-centos vmoex-framework]# php bin/console change-password -u admin -p 123456
In AbstractConnection.php line 155:
AUTH
failed: WRONGPASS invalid username-password pair [tcp://localhost:6379]The text was updated successfully, but these errors were encountered: