Go Back   CodingForums.com > :: Server side development > MySQL

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-06-2002, 01:23 AM   PM User | #1
ConfusedOfLife
Regular Coder

 
Join Date: Jul 2002
Location: Iran
Posts: 695
Thanks: 0
Thanked 0 Times in 0 Posts
ConfusedOfLife is an unknown quantity at this point
Cool A Dummie question!

Sorry, I know that my question doesn't fit, but, what's the difference between SQL and mySQL? where can I find a good forum for beginers that I can ask my questions?! Like what kind of SQL should I start? Is SQL Server a good start for me? Should I have Windows Server or NT to install SQL Server on my comp? and ....
ConfusedOfLife is offline   Reply With Quote
Old 09-06-2002, 03:13 AM   PM User | #2
firepages
Super Moderator


 
Join Date: May 2002
Location: Perth Australia
Posts: 3,911
Thanks: 5
Thanked 79 Times in 78 Posts
firepages will become famous soon enough
Structured Query Language is just that, a language, implemented in most major databases

MySQL is an open-source(ish) SQL database, like most DB's it has its own interpretation of the SQL language with some additions to the language and some unsuported features.

MySQL is x-platform so it runs on win32 & *NIX whilst MSSQL-server is win32 only. MSSQL server is though a more fully featured true RDBMS unlike MySQL which lacks some advanced featues.

What language do you develop in and on what platform ?? if win32 only then MSSQL server or MySQL are options (one cheaper than the other)... if you intend to step away from the dark side and use *NIX for your web-applications then MSSQL server is not going to be an option.

for web-type work MySQL is popular and for good reason, again though it is not a true RDBMS so it depends exactly what you want to do with it.
__________________
resistance is...

MVC is the current buzz in web application architectures. It comes from event-driven desktop application design and doesn't fit into web application design very well. But luckily nobody really knows what MVC means, so we can call our presentation layer separation mechanism MVC and move on. (Rasmus Lerdorf)
firepages is offline   Reply With Quote
Old 09-08-2002, 01:10 AM   PM User | #3
ConfusedOfLife
Regular Coder

 
Join Date: Jul 2002
Location: Iran
Posts: 695
Thanks: 0
Thanked 0 Times in 0 Posts
ConfusedOfLife is an unknown quantity at this point
Thanks for your answer firepages, actually I'm starting to learn PHP! ( I coudln't find a good free source yet! ), because of that, I would say that I can not use SQL even if I learn it ( for now of course), and I'm going to use Linux, so, I think MSSQL isn't the best choice for me as you said, but what do you suggest for a beginner? I mean a person who just wants to start? I have the SQL Server at hand, but I've heard that it's not going to work in winXP, coz it's not a server windows, is it right? I can't afford to buy a server windows, so, what should I do in case it's right?!
ConfusedOfLife is offline   Reply With Quote
Old 09-08-2002, 03:10 AM   PM User | #4
boywonder
Regular Coder

 
Join Date: Jun 2002
Location: New York, USA
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
boywonder is an unknown quantity at this point
Quote:
Originally posted by ConfusedOfLife
I'm starting to learn PHP! ( I coudln't find a good free source yet!
there's a LOT of info if you go here http://www.php.net/manual/en/
boywonder is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:04 AM.


Advertisement
Log in to turn off these ads.