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
你好我在运行python manage.py migrate 出现django.db.utils.OperationalError: (1045, "Access denied for user 'root'@'localhost' (using password: NO)")请问是怎么回事
The text was updated successfully, but these errors were encountered:
这个是没有使用root用户启动Mysql造成的。 mysql -hlocalhost -uroot -p 输入密码时。默认是没有的,就可以启起来了
Sorry, something went wrong.
No branches or pull requests
你好我在运行python manage.py migrate 出现django.db.utils.OperationalError: (1045, "Access denied for user 'root'@'localhost' (using password: NO)")请问是怎么回事
The text was updated successfully, but these errors were encountered: