PhpMy管理员密码
我收到错误 #1045 - 用户“root”@“localhost”访问被拒绝(使用密码:NO) 在我不小心更改了 phpmyadmin 中 root 和 127.0.0.1 的密码后。问题是我无法更改 common.lib.php。我想以某种方式恢复 mysql 中的这些更改...Doe 对于服务器的安全性我不能改变太多
I get the error #1045 - Access denied for user 'root'@'localhost' (using password: NO)
after I accidentaly changed the password in phpmyadmin for root and 127.0.0.1 . the problem is i cannot change common.lib.php. I want to revert these changes in mysql somehow... Doe to the security of the server i cannot change much
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我希望你能访问mysql服务器管理。据我所知,root 是 MySQL 中的主用户,如果你无法访问它就会出现问题。如果您有相同级别的用户,请尝试更改密码。
以下是如何在 MySQL 中重置 root 密码的步骤
之前我也依赖过 phpmyadmin,直到我知道了 sqlyog 和 MySQL Query Browser 和 WorkBench。在 phpmyadmin 上看看这个作为替代方案。
I hope you can access the mysql server administration. As I know the root is the main user in MySQL it'll be a problem if you cannot access it. If you have a user with the same level, try to change the password there if possible.
Here's the step on how to reset the root password in MySQL
I was also dependent in phpmyadmin before until I know sqlyog and MySQL Query Browser and WorkBench. Have a look on this as an alternative on phpmyadmin.
我已经有一段时间没有使用 phpMyAdmin 了,但如果我没记错的话,它会将密码存储在 mysql 数据库中。因此,如果您能够访问服务器的 命令行,您可以使用简单的SQL语句更改密码。
It's been a while since I've used phpMyAdmin, but if I'm not mistaken, it stores it's passwords in the mysql database it self. So, if you are able to get access to the command-line of the server, you are able to change the password using simple SQL statements.
转到 /etc/phpmyadmin 文件夹。
打开 config-db.php
在这里你会找到你的默认用户名和密码
Go to /etc/phpmyadmin folder.
Open config-db.php
Here you will find your default username and password