You are not logged in.
Pages: 1
I am looking for a front end application that will allow me to enter in all my server / workstation data into a MySQL backend running on Arch 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 spreedsheet from OpenOffice and it's not efficient if you know what I mean. Anyone have any tips / suggestions?
./
Offline
Offline
I am looking for a front end application that will allow me to enter in all my server / workstation data into a MySQL backend running on Arch 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 LocationDoes 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 spreedsheet from OpenOffice and it's not efficient if you know what I mean. Anyone have any tips / suggestions?
pacman mysql-gui-tools
Offline
It depends on how much "muscle" you want in your interface. If you want something with more oomph, you might look at phpmyadmin or mysql-workbench, both of which are in the community repo.
If you want something a little less intense, Dadabik (http://www.dadabik.org/) offers a straightforward interface that is easy to set up.
Smarter than a speeding bullet
My Goodreads profile
Offline
Im just running phpmyadmin, pretty happy with it
Offline
Consider using RackTables.
Offline
Pages: 1