phpmyadmin 我可以删除哪些用户?
我在我的 VPN 服务器上全新安装了 phpmyadmin。它有一些我的 cpanel 上没有的用户。请问我可以安全删除其中哪些?
User Host Password Global privileges 1 Grant Action
debian-sys-maintlocalhostYes ALL PRIVILEGES Yes Edit Privileges
phpmyadmin localhost Yes USAGE No Edit Privileges
root 127.0.0.1 Yes ALL PRIVILEGES Yes Edit Privileges
root localhost Yes ALL PRIVILEGES Yes Edit Privileges
root tomtgg Yes ALL PRIVILEGES Yes Edit Privileges
I have a fresh install of phpmyadmin on my vpn server. It has some users on it that my cpanel did not. Which of these can I safely delete please?
User Host Password Global privileges 1 Grant Action
debian-sys-maintlocalhostYes ALL PRIVILEGES Yes Edit Privileges
phpmyadmin localhost Yes USAGE No Edit Privileges
root 127.0.0.1 Yes ALL PRIVILEGES Yes Edit Privileges
root localhost Yes ALL PRIVILEGES Yes Edit Privileges
root tomtgg Yes ALL PRIVILEGES Yes Edit Privileges
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
怀疑这很快就会被推送到 serverfault.com real-soon-now™,但是...
debian-sys-maint - 不要删除它,这很重要:https://serverfault.com/questions/9948/what-is- the-debian-sys-maint-mysql-user-and-more
phpmyadmin - 用于 phpMyAdmin。如果删除它,您将破坏 phpMyAdmin
root (x3) - 这些只是 root 用户的不同主机名访问权限。 (我假设“tomtgg”是您的主机名。)本质上,所有条目都是为了确保 root 用户在各种条件下都具有本地访问权限。
简而言之,您不应该删除其中任何一个。
Suspect this will soon be bumped to serverfault.com real-soon-now™, but...
debian-sys-maint - Don't delete it, it's important: https://serverfault.com/questions/9948/what-is-the-debian-sys-maint-mysql-user-and-more
phpmyadmin - Used for phpMyAdmin. If you delete it, you'll break phpMyAdmin
root (x3) - These are just different hostname access rights for the root user. (I presume "tomtgg" is your hostname.) In essence, all of the entries are there to ensure that the root user has local access under a variety of conditions.
In short, you shouldn't delete any of these.