I want to create a "custom admin" for editing mysql database

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
DJJQ
Forum Newbie
Posts: 2
Joined: Wed Jul 22, 2009 8:30 am

I want to create a "custom admin" for editing mysql database

Post by DJJQ »

I'm looking for a template system, module system, or something like it.
With this I want to be able to build up an admin system for changing selected inserts in the database, being able to add new inserts, etc.

I don't want the user to be able to do everything, like when using phpmyadmin. The admin system is supposed to be custom made so I choose how and what people can change, what table they can edit, etc.

I have built this from scratch before but there must be some kind of template/module system that makes
me able to build up this type of system fast!

Take a look at the screenshots:

Image
DaiLaughing
Forum Commoner
Posts: 76
Joined: Thu Jul 16, 2009 8:03 am

Re: I want to create a "custom admin" for editing mysql database

Post by DaiLaughing »

Do you know that when using PHPMyAdmin the user only has the permissions you want to give them? So you could have a phpmyadmin user who could only enter data to one table.
DJJQ
Forum Newbie
Posts: 2
Joined: Wed Jul 22, 2009 8:30 am

Re: I want to create a "custom admin" for editing mysql database

Post by DJJQ »

Ok no I didn't know that. However there are way to many functions in phpmyadmin for us to use, it
would be to complex and not neccessary.

A person with no knowledge in mysql or php should be able to use this admin system

Any other suggestions?
Post Reply