So who is breaking the MySQL license?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • malakajoe
    Confirmed User
    • Feb 2003
    • 1751

    #1

    So who is breaking the MySQL license?

    According to the MySQL license, if you distribture an application (doesn't mean sell for profit..just distribute) that uses MySQL then you product must be open source or you must buy the commercial license.

    I highly doubt all toplist, tgp, etc.. apps out there have bought the commercial license.
    Selfpleasure.com for sale on auction. Closes on Tuesday March 11th at 9pm PST!!!!

    Dirty enough to be good, but clean enough for everyone!
    ------------------------------------------------------------------

    Moral Police - First graduating class coming soon! - Forcing our values across the internet
  • AndrewKanuck
    Confirmed User
    • Jan 2004
    • 6706

    #2
    I bought it for a mainstream app I distribute - no issues with them

    Comment

    • malakajoe
      Confirmed User
      • Feb 2003
      • 1751

      #3
      Originally posted by AndrewKanuck
      I bought it for a mainstream app I distribute - no issues with them
      But I bet a lot of the freely distributed apps that are used in adult often and don't release their code haven't bought the commercial version.

      Just a wild bet, but a bet I would take.
      Selfpleasure.com for sale on auction. Closes on Tuesday March 11th at 9pm PST!!!!

      Dirty enough to be good, but clean enough for everyone!
      ------------------------------------------------------------------

      Moral Police - First graduating class coming soon! - Forcing our values across the internet

      Comment

      • willow
        Confirmed User
        • Dec 2001
        • 131

        #4
        It's only if you distribute the MySQL code that you need a license. Distributing software that may use it isn't breaking the license as long as who you give it to obtains MySQL on their own.

        The common problem with this is many programs use APIs or are linked with MySQL which means there's a part of it in your code. This is why you should program with a layered driver and allow your customers to choose their database of choice. Then it's not your problem what the datasource is.

        Comment

        • JSA Matt
          So Fucking Banned
          • Aug 2003
          • 5464

          #5
          http://dev.mysql.com/doc/mysql/en/Us...l_license.html

          Comment

          • malakajoe
            Confirmed User
            • Feb 2003
            • 1751

            #6
            Originally posted by willow
            It's only if you distribute the MySQL code that you need a license. Distributing software that may use it isn't breaking the license as long as who you give it to obtains MySQL on their own.

            The common problem with this is many programs use APIs or are linked with MySQL which means there's a part of it in your code. This is why you should program with a layered driver and allow your customers to choose their database of choice. Then it's not your problem what the datasource is.
            This is what I thought, too. But not correct.

            If you have an application that needs to use, can choose to use MySQL (say in your setup you ask to use MySQL), or distribute mySQL with the installation of your application then you need to make your code open source under GPL or own the commercial license.

            http://www.mysql.com/company/legal/licensing/

            Pretty straight forward.
            Selfpleasure.com for sale on auction. Closes on Tuesday March 11th at 9pm PST!!!!

            Dirty enough to be good, but clean enough for everyone!
            ------------------------------------------------------------------

            Moral Police - First graduating class coming soon! - Forcing our values across the internet

            Comment

            • Serge Litehead
              Confirmed User
              • Dec 2002
              • 5190

              #7
              Originally posted by malakajoe
              This is what I thought, too. But not correct.

              If you have an application that needs to use, can choose to use MySQL (say in your setup you ask to use MySQL), or distribute mySQL with the installation of your application then you need to make your code open source under GPL or own the commercial license.

              http://www.mysql.com/company/legal/licensing/

              Pretty straight forward.
              PHP

              Comment

              Working...