如何限制 PHPMyAdmin 的某些功能
我知道有时当我访问共享主机时,提供的 PHPMyAdmin 版本的功能数量有限。一些示例:
- “创建数据库”输入字段和 按钮缺失
- 选项卡数量 跨越顶部是有限的,对于 示例:
- 权限选项卡是 中缺失
- 主导航 复制选项卡缺失 ?
我现在正在我的 VPS 上安装 PHPMyAdmin,我想限制用户登录后获得的功能,是否有一种我可能忽略的简单方法来做到这一点
或者有人可以指出我讨论这个问题的具体文档吗?
非常感谢。
I know that sometimes when I access shared hosting, the version of PHPMyAdmin provided has a limited number of features. Some examples:
- The "create database" input field and
button are missing - The number of tabs
across the tops are limited, for
example: - The Privileges Tab is
missing from the main navigation - The
Replication Tab is missing from the
main navigation
I am now in the process of installing PHPMyAdmin on my VPS, I would like to limit the features which users get once they have logged in, is there a simple way to do this which I may have overlooked?
Or can anyone point me to the specific documentation which discusses this?
Many thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相当确定 phpMyAdmin 会自动适应您的 mySQL 用户拥有的权限。因此,如果您删除
CREATE DATABASE
权限,该选项卡将会消失。编辑:还有配置设置,至少对于“创建数据库”对话框: ShowCreateDb 您仍然需要相应地限制用户的权限案件。
I'm fairly sure phpMyAdmin adapts automatically to the privileges your mySQL user has. So if you remove the
CREATE DATABASE
privilege, the tab will vanish.Edit: There are configuration settings, too, at least for the "create database" dialog: ShowCreateDb you still need to restrict the user's privileges accordingly in any case.