Is there a tool like phpMyAdmin that can be configured to access only one database?

Is there a tool like phpMyAdmin that can be configured to access only one MySQL database on a server?

I cannot use phpMyAdmin because it provides access to all databases. A view that can allow the user to create / delete / insert / update tables should do. I remember using software like this, but I don't remember what it was. It would be great if it were in PHP.

+2
source share
5 answers

You can create a MySQL user with access permissions for only one database, and then use this account to log in to phpMyAdmin.

+12
source

PhpMyAdmin only allows access to databases that are allowed for the user you are logged in to. If your MySQL environment is configured as it should be, no one should have access to more accounts than necessary. Most MySQL PHP administrators will work the same way, it just passes the username and password that you pass to MySQL and shows all the databases that the user has permissions on.

+3
source

SIDU , , , db .

SIDU 90 , 150 ( .ttf 50 )?

SIDU , PMA? . ? , , .

sidu.sf.net

, , SIDU ( ), - SQL

+1

phpMyAdmin , , .

, - MySQL phpmyadmin .

0

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

0
source

All Articles