This is a discussion on Mysql web Frontend -- Spreadsheet/Database within the Linux Administration forums, part of the Linux Forums category; Hi: I am looking for a web-based front end to Mysql which will allow a user to create and ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi: I am looking for a web-based front end to Mysql which will allow a user to create and manage a spreadsheet/database. I want to run this on one of our servers, which has MySql server installed. The idea is to be able to use some standard spreadsheet commands (open office, gnumeric, kspread, lotus, etc..) in a web interface; where all the data is kept in the mysql database. GPL prefered, but commercial is OK too! The Linux server is fully equipped to handle php, python, perl, everything! It's the greatest it's Linux :-)) TIA Bob -- ------------------------------------- The address on this post is a spamtrap to reply via e-mail rot13 this: obo@iblntre.gnznen-o.bet ------------------------------------- |
|
|||
|
Bob <partmaps@tania.blythe-systems.com> wrote in
news:pan.2004.07.23.12.30.38.855606@tania.blythe-systems.com: > > Hi: > > I am looking for a web-based front end to Mysql which will allow > a user to create and manage a spreadsheet/database. I want to run this > on one of our servers, which has MySql server installed. > > The idea is to be able to use some standard spreadsheet commands > (open office, gnumeric, kspread, lotus, etc..) in a > web interface; where all the data is kept in the mysql database. > > GPL prefered, but commercial is OK too! The Linux server is fully > equipped to handle php, python, perl, everything! It's the greatest > it's Linux :-)) > This works very well, easy to install, and will do everything that you might want it to: http://www.phpmyadmin.net I've been using it myself for a while, and it works great. Dave |
|
|||
|
On Fri, 23 Jul 2004 13:03:57 +0000, J. David Boyd wrote:
> > This works very well, easy to install, and will do everything that you > might want it to: > > http://www.phpmyadmin.net > > I've been using it myself for a while, and it works great. > > Dave Yes! I use this too, to manage the mysql database proper. What I am looking for is something for the general user population, who know about spreadsheets, and want to set up their own sheet for their own use. Something which looks and works like lotus, or open-office Calc. Bob -- ------------------------------------- The address on this post is a spamtrap to reply via e-mail rot13 this: eevpuneq@oylgur.bet ------------------------------------- |
|
|||
|
Bob wrote:
> > Hi: > > I am looking for a web-based front end to Mysql which will allow > a user to create and manage a spreadsheet/database. I want to run this on > one of our servers, which has MySql server installed. > > The idea is to be able to use some standard spreadsheet commands > (open office, gnumeric, kspread, lotus, etc..) in a > web interface; where all the data is kept in the mysql database. > > GPL prefered, but commercial is OK too! The Linux server is fully equipped > to handle php, python, perl, everything! It's the greatest it's Linux :-)) > > TIA > Bob > > Check out phpMyAdmin - I'm not sure if its exactly what your looking for, but its good for manageing a MySQL database. I;m not sure if its GPL, but it is free (as in beer). |