Web Interface for a database


 
Thread Tools Search this Thread
Top Forums Web Development Web Interface for a database
# 1  
Old 10-19-2013
RedHat Web Interface for a database

Hi Gents,

What is the best way to create a web interface for mysql database? That I can manage my data for root user and for normal user as well according to their privileges? Assuming that I use Linux as a server and Apache as a web server and my database is mysql.

Thanks in advance
# 2  
Old 10-19-2013
Have you considered phpMyAdmin? It allows you to administer all aspects of your MySQL databases from a web browser.
# 3  
Old 10-19-2013
Yes sir I already did but I'm looking for a very end user interface.
# 4  
Old 11-03-2013
There is also mysql benchmark and phpminiadmin. Can you explain what would qualify as "very end user interface"?
# 5  
Old 11-03-2013
Quote:
Originally Posted by figaro
There is also mysql benchmark and phpminiadmin. Can you explain what would qualify as "very end user interface"?
I have a small company with 10 data entry employees, each one had his own responsibility which is different with the other's. They don't know how to use SQL at all, that's why I want to create that "End User Interface". I want the values looks like this image (from VMware):Image

Or any other simple interface from for a database.
# 6  
Old 11-03-2013
That changes the outlook entirely. Have you looked into Content management systems? Most run on MySQL and are open source: http://en.wikipedia.org/wiki/List_of...gement_systems
This User Gave Thanks to figaro For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Web Interface for shell script.

Hi Team, I have daily pdf files which i have to convert in tif images. I have script which does it. I need to put these images in some specific folder (which i create manually) on server. Is there any web based way to it, so that user can simply browse file & it will convert & upload on... (1 Reply)
Discussion started by: paragnehete
1 Replies

2. AIX

Need a graphical interface on AIX server to create database

Hello, Please suggest me the ways how to get graphical interface on AIX server.I need to create oracle database for which I need graphical access. Best regards, Vishal (4 Replies)
Discussion started by: Vishal_dba
4 Replies

3. UNIX and Linux Applications

ruby/SQLite database interface

Hello, I'm not sure this is quite the right place, but there do seem to be allot of posts with folks using ruby to play nicely with databases so I thought I would give it a go. I am starting a long process of developing a database application bases on SQLite and ruby. This will run on various... (1 Reply)
Discussion started by: LMHmedchem
1 Replies

4. Shell Programming and Scripting

Executing Scripts from PHP Web Interface

Later Edit: So far the problem is solved, i've loaded the .profile into the bash script, and now it's working great But I might have some future questions, so please don't close the thread. Thanks Hello everyone, I am trying to develop an web interface, which is able to execute pre-defined... (0 Replies)
Discussion started by: SuperDuck
0 Replies

5. Web Development

Need to run Nagios Web Interface on a different port

Hi, During Nagios install we added the following piece of config to apache httpd.conf file and it runs on the regular port 80, now if I want to run this on a different port then what needs to changed to make it run on lets say port 8080. I tried adding Virtual servers but was getting... (1 Reply)
Discussion started by: jacki
1 Replies

6. Shell Programming and Scripting

navigating a web interface with a shell script

I'm trying to design a script that will check the external ip address of my home network and then assign it to the A record of a subdomain. When i started, i thought i could do this with SSH, but turns out I don't have ssh access to update the DNS record (not surprising i suppose) So now, i... (2 Replies)
Discussion started by: boyincity
2 Replies

7. Infrastructure Monitoring

Nagios web interface is not getting

Hello everyone, I had installed nagios 3 on fedora 5 successfully and i have verified sample config file by issueing command like /usr/local/..... -v /usr/local.../nagios.cfg . ....and i am getting the result as well. After that i started nagios by giving command like ... service nagios... (1 Reply)
Discussion started by: Renjesh
1 Replies
Login or Register to Ask a Question