我可以为mysql中的单个数据库设置密码吗?
我正在使用 phpmyadmin/wampserver。是否可以在数据库上添加密码?因为我的问题是我无法访问整个数据库(http://localhost/phpmyadmin< /a>) 在我的网络浏览器中,如果我在其上设置了密码。
I'm using phpmyadmin/wampserver. Is it possible to add a password on a database?Because my problem is I cannot access the whole thing(http://localhost/phpmyadmin) in my web browser if I put a password on it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议您不要这样做,而是为您通过 phpmyadmin 连接到 mysql 时使用的 mysql 帐户输入密码。然后,编辑与您在 phpmyadmin 应用程序的配置文件中使用的 mysql 帐户的“密码”相关的字段...只是一个想法!
instead of doing that, i suggest you put a password to the mysql account you are using in connecting to mysql thru phpmyadmin. then, edit the field relating to the 'password' of the mysql account you are using in the config file of you phpmyadmin app... just a thought!
你需要密码做什么?您可以创建数据库的 2 个用户 - 一个用于仅选择/查看权限,另一个用于完整权限
what do you need the password for? you can create 2 users of the db - one for select/view only privs and another for full privs