Click to See Complete Forum and Search --> : WYSIWYG Tool to create admin for mysql db


JackAndrews
10-02-2008, 01:21 AM
Can you guys suggest a tool that could help me create an admin to view/add/modify/download/delete records from a mysql database that is browser based, ie a private login to an admin via IE 7?

I am familiar with phpmyadmin, but I need something more simple and custom to allow only certain functions for inexperienced users, such as event managers needing to add/delete/modify records.

Any suggestions? I am a designer, not a programmer. The database was created by another party.

Thank you. Jack

Phill Pafford
10-02-2008, 11:37 AM
I saw this article the other day, haven't tried it yet but looks to be a great solution.

Article (http://www.webyog.com/blog/2008/09/30/manage-mysql-server-at-yahoo-small-business-and-other-shared-hosting-providers/)

Hope this helps

bluestartech
10-02-2008, 02:22 PM
phpmyadmin is best you will get to your goal short of developing a solution yourself or getting it developed

Phill Pafford
10-02-2008, 02:44 PM
I think SQLyog and SSH tunneling is a great alternative, I posted the link above

chazzy
10-03-2008, 06:28 AM
i think what you're looking for is purely for administrative purposes, the end user in this case will not be changing table structure, rebuilding keys, etc, just maintaining the data?

If so, you might want to look into some CRUD generating tools. depending on the languages you need, you could look at symfony for PHP.