Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Looking for a php database browser..

2 views
Skip to first unread message

Daniel Szasz

unread,
Jul 1, 2003, 4:28:35 PM7/1/03
to php...@lists.php.net
Hello

I have to give the possibilitz to browse the tables from a database and
update the data inside. Since there are a lot of tables I prefer to use a
smart php table browser. The user is not allowed to update the structure
only the data so I can't use the phpMyAdmin that is already installed on the
server.

Thanks a lot for help

Daniel


Ryan Marks

unread,
Jul 1, 2003, 3:36:59 PM7/1/03
to Daniel Szasz, php...@lists.php.net
Using phpMyAdmin, you can grant a user specific privileges to do just what
you are asking about. If you only want the data changed, give them some or
all of these: SELECT, INSERT, UPDATE, and DELETE. You can specify how much
the user can see or change at the level of the database, table, or column.
The ALTER privilege allows the user to change the structure of the table.

Ryan


Hello

Daniel

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Daniel Louis

unread,
May 23, 2009, 7:33:26 AM5/23/09
to
Daniel Szasz wrote:

HeidiSQL is a good option and is freeware. Beware, not all servers
allow remote access to the mysql db.

www.heidisql.com

--
Daniel Louis
http://www.fabricadelasuerte.es

0 new messages