Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What to use as database if hosting in LINUX?

Status
Not open for further replies.

josel

Programmer
Joined
Oct 16, 2001
Messages
716
Location
US
Hello everyone!

I don't even know enought to deploy an application and I am already wondering what platform to choose. I have worked with SCO UNIX for years and have very little experience in W2K or NT.

So, as I prepare to embarc into the unknown, I wonder what would I use as a database if I chose LINUX as OS over MS alternatives. My first stab is to use MS-SQL on an W2K or NT server while the application itself seats in LINUX, but I let you guys pint me in the right direction.

Thank you in advace!

josel
If you have the knowledge, consult and educate those who need it! - Jose Lerebours
 
Hi josel

Id suggest running postgres SQL. Its a very fast and free DBMS. It offers custom functions and triggers and common joining techniques.

Do a google search for the following:

postgres cold OR fusion -php

... and you should get plenty of info.

good luck
 
Thank you strantheman, I appreciate the help!

josel If you have the knowledge, consult and educate those who need it! - Jose Lerebours
 
In addition to Postgress, there is MYSQL, which is very popular these days. I haven't played with either of these lately, but I'd bet that Postgress is still much more mature.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top