We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
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.
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
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.
检查 MySQL Ajax 表编辑器 (MATE) http://www.mysqlajaxtableeditor.com/
Check MySQL Ajax Table Editor (MATE) http://www.mysqlajaxtableeditor.com/
您可以创建一个仅具有访问单个数据库权限的 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.