是否有像 phpMyAdmin 这样的工具可以配置为仅访问单个数据库?

发布于 2024-08-24 18:57:22 字数 1539 浏览 7 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

浪漫之都 2024-08-31 18:57:23

PhpMyAdmin 将只允许访问您登录的用户所允许的数据库。如果您的 MySQL 环境按照应有的方式设置,则任何人都不应有权访问超出其应有权限的帐户。大多数基于 PHP 的 MySQL 管理员软件包都会以相同的方式工作,它只是将您提供给 MySQL 的用户名/密码传递给 MySQL 并显示用户有权访问的所有数据库。

PhpMyAdmin will only allow access to the databases allowed for the user you log in as. If your MySQL environment is set up as it should be, nobody should have access to more accounts than they should. Most PHP-based MySQL administrator packages will work in the same way, it just passes the username/password you give it to MySQL and shows all databases that user has permissions for.

月牙弯弯 2024-08-31 18:57:23

SIDU允许你每次连接指定的db,当然你需要有首先访问该数据库。

没有图表插件,SIDU只有90KB,图表150kb(font.ttf占用50kb)?

但SIDU比PMA做得更好?当然在大多数地区。但出口需要升级吗?无论如何,它完成了我的导出工作。 尝试一下,

很高兴从sidu.sf.net

我不确定您的问题是什么,SIDU 可以允许您仅连接到一个数据库(在菜单树浏览器中),但您仍然可以在 SQL 中访问其他数据库浏览器

SIDU allows you to connect to what db you specify each time, of course, you need to have the access to that db first.

Without the chart plugin, SIDU is only 90KB, with chart 150kb (the font.ttf takes up 50kb)?

But SIDU does a better job than PMA? sure in most areas. But the export need to be upgraded ? well it does my export job anyway. good to have a try from

sidu.sf.net

I m not sure what your question, SIDU can allow you to connect to just one database (in the menu tree browser), but you still be able to access to other database in the SQL browser

2024-08-31 18:57:23

phpMyAdmin 可以做到这一点,尽管我不知道如何做到。

我想最简单的方法是创建一个具有相应权限的 MySQL 用户并配置 phpmyadmin 使用该帐户。

phpMyAdmin can do this, although i am not sure how.

i guess the most simple way is to create a MySQL user with the according privileges and configure phpmyadmin to use that account.

我还不会笑 2024-08-31 18:57:23

检查 MySQL Ajax 表编辑器 (MATE) http://www.mysqlajaxtableeditor.com/

Check MySQL Ajax Table Editor (MATE) http://www.mysqlajaxtableeditor.com/

坦然微笑 2024-08-31 18:57:22

您可以创建一个仅具有访问单个数据库权限的 MySQL 用户,然后使用该帐户登录 phpMyAdmin。

You can create a MySQL user with permissions to access only a single database, and then use that account to log into phpMyAdmin.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文