LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-09-2010, 10:48 AM   #1
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Question Front End Application For MySQL?


I am looking for a front end application that will allow me to enter in all my server / workstation data into a MySQL back end running on Linux. I have been told that I need to take all 75 servers we have in our server room and keep a database of the following:

- Make
- Model
- O.S.
- I.P.
- Hostname
- Serial #
- Company Asset #
- Warranty Expiration Date
- Room Location

Does anyone know of a program or easiest way I can enter all this data into a MySQL database and manage it as things change and move around? Right now I am using a spreadsheet from OpenOffice and it's not efficient if you know what I mean. Anyone have any tips / suggestions?
 
Old 03-09-2010, 11:03 AM   #2
kmslick
LQ Newbie
 
Registered: Mar 2010
Posts: 12

Rep: Reputation: 1
Have you looked at phpMyAdmin ?
 
Old 03-09-2010, 11:05 AM   #3
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
I think so. A long time ago. That just lets me interface with MySQL via a GUI, right?
 
Old 03-09-2010, 11:11 AM   #4
kmslick
LQ Newbie
 
Registered: Mar 2010
Posts: 12

Rep: Reputation: 1
Check it out - it's pretty powerful. Let's you do just about anything with MySQL.

http://www.phpmyadmin.net/
 
Old 03-09-2010, 11:12 AM   #5
MBybee
Member
 
Registered: Jan 2009
Location: wherever I can make a living
Distribution: OpenBSD / Debian / Ubuntu / Win7 / OpenVMS
Posts: 440

Rep: Reputation: 57
I have an app already written that does this in SQLite, if you're interested. It's CLI only at the moment, though.

It's pretty beta, however I'm more than happy to share.
 
Old 03-09-2010, 12:13 PM   #6
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Quote:
Originally Posted by kmslick View Post
Check it out - it's pretty powerful. Let's you do just about anything with MySQL.

http://www.phpmyadmin.net/
No if I have a server called 'database' which is running MySQL on it. I am assuming just from the link you posted I also need to install phpmyadmin also on this server.

So can I actually access the phpmyadmin / MySQL applications from a different machine on the same LAN? Basically the 'database' server has no GUI installed nor can I install one so I need to make sure I can open the GUI on my desktop PC. Is this possible with phpmyadmin?
 
Old 03-09-2010, 12:15 PM   #7
MBybee
Member
 
Registered: Jan 2009
Location: wherever I can make a living
Distribution: OpenBSD / Debian / Ubuntu / Win7 / OpenVMS
Posts: 440

Rep: Reputation: 57
Quote:
Originally Posted by carlosinfl View Post
No if I have a server called 'database' which is running MySQL on it. I am assuming just from the link you posted I also need to install phpmyadmin also on this server.

So can I actually access the phpmyadmin / MySQL applications from a different machine on the same LAN? Basically the 'database' server has no GUI installed nor can I install one so I need to make sure I can open the GUI on my desktop PC. Is this possible with phpmyadmin?
You might want to just download the MySQL admin tool from their website:
http://www.mysql.com/products/workbench/
 
Old 04-24-2010, 06:56 PM   #8
slac-in-the-box
Member
 
Registered: Mar 2010
Location: oregon
Distribution: slackware64-15.0 / slarm64-current
Posts: 780
Blog Entries: 1

Rep: Reputation: 432Reputation: 432Reputation: 432Reputation: 432Reputation: 432
openoffice.org base

openoffice.org base is a database front end that can be connected to a variety of backends, including mysql... on a linux workstation, i installed unixODBC followed by the mysql-connector from mysql (libmyodbc.so), edited /etc/odbc.ini and /etc/odbcinst.ini, and then openoffice base was able to connect to my mysql databases! My mysql server is on a remote host.

However, I haven't used openoffice.org base as a front end to mysql long enough to give any report on stability, etc. I think it was easier to set it up than to build it.

I think that if you run apache and php on the admin workstation (or if you already have them running elsewhere in your lan), you can still use phpAdmin to administer the remote mysql server without having to install gui software on the mysql server itself...

I was half way through building a front end with ltk + clsql when I discovered openoffice base, and figured there was no reason to reinvent the wheel..
 
Old 04-24-2010, 07:02 PM   #9
slac-in-the-box
Member
 
Registered: Mar 2010
Location: oregon
Distribution: slackware64-15.0 / slarm64-current
Posts: 780
Blog Entries: 1

Rep: Reputation: 432Reputation: 432Reputation: 432Reputation: 432Reputation: 432
openoffice.org base

openoffice.org base is a database front end that can be connected to a variety of backends, including mysql...

on a linux workstation, i installed unixODBC followed by the connector-odbc (libmyodbc.so) from mysql, edited /etc/odbc.ini and /etc/odbcinst.ini, and then openoffice base was able to connect to my mysql databases! My mysql server is on a remote host.

However, I haven't used openoffice.org base as a front end to mysql long enough to give any report on stability, etc.

I think that if you run apache and php on the admin workstation (or if you already have them running elsewhere in your lan), you can still use phpAdmin to administer the remote mysql server without having to install gui software on the mysql server itself...

I was half way through building a front end with ltk + clsql when I discovered openoffice base, and figured there was no reason to reinvent the wheel..
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Recommendation for MySQL Web Front-End ronkymac Programming 2 02-13-2008 06:29 PM
front end for mysql and php htamayo Linux - Software 1 01-21-2008 04:03 PM
looking for a mysql front-end nephish Linux - Software 3 11-08-2006 12:04 PM
Use gnome front end for application dialogues Thorium Debian 1 07-17-2005 11:45 AM
Mysql front-end for linux glock19 Linux - Software 18 07-23-2003 03:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration