If you’ve ever had to work with a database in Linux you most likely are aware of three or four tools that can handle the task: MySQL, PostgreSQL, PhpMyAdmin, and OpenOffice Base. These are all outstanding applications, but the first two are complex command-line only tools, the third requires a web server, and the last [...]
- Author: Jack Wallen
- Comments: None
Set up a Gnumed backend server
Recently I covered the front-end of the Gnumed software designed for the medical industry (see “Let your medical practice go open source with Gnumed.”) In that article I showed you how to start working with Gnumed, but limited the installation to using the public servers. Because these public servers can not safely and securely hold [...]
- Author: Jack Wallen
- Comments: 5
Basic postgresql server setup
So many tool require databases. If you are a web administrator or a company with large stores of information, then you know the importance of databases. One of the most oft-used databases available is MySQL. But that is not the only player on the court. Another cross platform object-relational database management tool is PostgreSQL. Many [...]
