If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > MySQL/PHP pricing

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-28-03, 12:19
dbmadcap dbmadcap is offline
Registered User
 
Join Date: May 2003
Posts: 87
MySQL/PHP pricing

Hi,

Does anybody know how the pricing for MySQL & PHP works? Say if a company wants to use MySQL & PHP for their internal website development, do they have to pay for that? If yes, how is the pricing policy?

Thanks!
Reply With Quote
  #2 (permalink)  
Old 08-28-03, 17:23
Maor71 Maor71 is offline
Registered User
 
Join Date: Apr 2002
Posts: 188
Re: MySQL/PHP pricing

Quote:
Originally posted by dbmadcap
Hi,

Does anybody know how the pricing for MySQL & PHP works? Say if a company wants to use MySQL & PHP for their internal website development, do they have to pay for that? If yes, how is the pricing policy?

Thanks!
dbmadcap,

last time I hear both were free to use and implement on any site.

open source my friend

marcos oliva
Reply With Quote
  #3 (permalink)  
Old 08-28-03, 18:37
sathyaram_s sathyaram_s is online now
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,538
Re: MySQL/PHP pricing

I'm afraid, that is not 100% true ...

See the licensing policy of MySql and check if you fall under any special category ....

http://www.mysql.com/products/licensing.html

Even if you need to, it's peanuts when you compare the commercial databases ...

Sathyaram

Quote:
Originally posted by Maor71
dbmadcap,

last time I hear both were free to use and implement on any site.

open source my friend

marcos oliva
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #4 (permalink)  
Old 08-29-03, 10:27
dbmadcap dbmadcap is offline
Registered User
 
Join Date: May 2003
Posts: 87
Re: MySQL/PHP pricing

Sathyaram,

I checked that url earlier. But the 2nd licensing point confused me hence wanted to know if somebody could help.

It says "Free use for those who never copy, modify or distribute". Now while working at a client site, if the client downloads PHP & MySQL for his own website development (which may or may not be a commercial site), does he have to pay?

Quote:
Originally posted by sathyaram_s
I'm afraid, that is not 100% true ...

See the licensing policy of MySql and check if you fall under any special category ....

http://www.mysql.com/products/licensing.html

Even if you need to, it's peanuts when you compare the commercial databases ...

Sathyaram
Reply With Quote
  #5 (permalink)  
Old 09-01-03, 15:47
bdl bdl is offline
Registered User
 
Join Date: Sep 2003
Location: ventura,ca,us
Posts: 8
Basically what the license says is that if your company produces a specific proprietary web application, let's say a PHP/MySQL shopping cart system. You intend on selling that to a consumer -AND- not distributing source code with it (eg. GPL), then you need to pay the licensing fees. If you intend on modifying the way MySQL works and then redistributing it as such, you need to pay the licensing fees.

Just for general web developers that have an intranet (or extranet, websites) and use MySQL as a database backend, you don't need to pay for the licensing.

You would do well to read the GPL. =)
Reply With Quote
  #6 (permalink)  
Old 09-06-03, 01:02
moku moku is offline
Registered User
 
Join Date: Sep 2003
Location: Wisconsin, USA
Posts: 34
I don't intend to start a flame war, but please at least check out postgresql. http://www.postgresql.org

Doesn't have any of the silly licensing (BSD license, which = "Absolutely, never ever have to pay a dime").

Oh yeah, and it's much more SQL standards-compliant (sorry, had to throw that in there)
Reply With Quote
  #7 (permalink)  
Old 09-06-03, 10:27
bdl bdl is offline
Registered User
 
Join Date: Sep 2003
Location: ventura,ca,us
Posts: 8
Yes, postgresql is an excellent alternative to mysql. I've only experimented with it a little, but the syntax is similar enough that it's intuitive to learn.
Reply With Quote
  #8 (permalink)  
Old 09-09-03, 13:20
sathyaram_s sathyaram_s is online now
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,538
Do you have any link (other than the product's homepage) where I can start learning postgresql easily ?

Cheers
Sathyaram




Quote:
Originally posted by bdl
Yes, postgresql is an excellent alternative to mysql. I've only experimented with it a little, but the syntax is similar enough that it's intuitive to learn.
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #9 (permalink)  
Old 09-09-03, 13:23
sathyaram_s sathyaram_s is online now
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,538
I found a link in the PostGreSQL board

http://dbforums.com/showthread.php?threadid=661806

Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #10 (permalink)  
Old 09-11-03, 01:34
moku moku is offline
Registered User
 
Join Date: Sep 2003
Location: Wisconsin, USA
Posts: 34
postgres docs

http://www.postgresql.org/docs/

Specifically, I recommend downloading & reading the PDF versions of:
Tutorial
User Guide
Reference

(in that order.) Everything I've ever needed to know about postgres was in one of those PDFs.

They'll show you how to install postgres and create databases. After that it's all SQL (through the 'psql' utility), so everything you did in mysql should be the same. (CREATE TABLE, SELECT blah FROM blah WHERE blah, etc.)

Just that you'll have lots more SQL available to you (like sub-selects and transactions)

Hope that helps some.
Reply With Quote
  #11 (permalink)  
Old 09-22-03, 13:47
dbmadcap dbmadcap is offline
Registered User
 
Join Date: May 2003
Posts: 87
Moku,

Thanks for pointing a new direction. I knew about postgresql but never went into the details about licensing, until you mentioned. Definitely, I will download it and play around with it. May be I never thought of postgresql because everybody talking about PHP refers to MySQL. But I checked and PHP does have lot of APIs for postgresql too.

Thanks again!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On