Thread: Database Needed
View Single Post
  #13 (permalink)  
Old 09-21-2006, 09:41 AM
wige's Avatar
wige wige is offline
Moderator
WebProWorld Moderator
 

Join Date: Jun 2006
Location: United States
Posts: 1,782
wige RepRank 4wige RepRank 4wige RepRank 4wige RepRank 4
Default

As a new user, I would definitely agree that MySQL is the way to go, especially for a web site. Most web servers and Linux OSs include MySQL, and most web programming languages (JAVA, PERL, PHP) either support MySQL by default or can easily have drivers installed to communicate with it. Additionally, most of the tutorials you find on the web about online databases assume that you are using MySQL. As your needs grow and evolve, you will probably look into other databases, but MySQL will probably give you the best starting point.

As for on your (Windows?) desktop computer, I would still suggest using MySQL because it is free, unlike Access, and your interaction with the database will be purely SQL queries without all the vendor specific interfaces that Access provides. You will probably have an easier time learning and familiarizing yourself with SQL using a pure database without the additional distractions - um, I mean features - of Access.
Reply With Quote