
这个问题是因为runtime权限不够导致,所以chmod -R 777 Runtime 可以解决问题。
centos7 mysql数据库: 报错
1045 access denied for user 'root'@'localhost' using password yes
我的密码也设置了,都是一样的。命令就能进入,就是不行。
后来,就命令进入mysql 。use mysql .
use mysql
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> update user set password=password('密码') where user='root';
然后就解决问题了。
文章来源: centos7 下报错thinkPHP_STORAGE_WRITE_ERROR_:./App/Runtime/Cache/Admin/f0f0错误位置 FILE: /usr48人吐槽 | 人点赞 |
发表评论