You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在/aswan/config/develop.py配置的redis,mysql.mysql使用命令行连接可以.
报错 File "/usr/local/lib/python3.7/site-packages/pymysql/connections.py", line 684, in _read_packet packet.check_error() File "/usr/local/lib/python3.7/site-packages/pymysql/protocol.py", line 220, in check_error err.raise_mysql_exception(self._data) File "/usr/local/lib/python3.7/site-packages/pymysql/err.py", line 109, in raise_mysql_exception raise errorclass(errno, errval) django.db.utils.OperationalError: (1045, "Access denied for user 'root'@'localhost' (using password: YES)")
The text was updated successfully, but these errors were encountered:
我的操作
在www目录下
在/aswan/config/develop.py配置的redis,mysql.mysql使用命令行连接可以.
报错
File "/usr/local/lib/python3.7/site-packages/pymysql/connections.py", line 684, in _read_packet packet.check_error() File "/usr/local/lib/python3.7/site-packages/pymysql/protocol.py", line 220, in check_error err.raise_mysql_exception(self._data) File "/usr/local/lib/python3.7/site-packages/pymysql/err.py", line 109, in raise_mysql_exception raise errorclass(errno, errval) django.db.utils.OperationalError: (1045, "Access denied for user 'root'@'localhost' (using password: YES)")
The text was updated successfully, but these errors were encountered: