Earlier quoted context omitted.
I take it the extra P is for PostgreSQL? As far as I could ever tell, the only advantage MySQL ever had over PostgreSQL 10 years ago is that it ran on Windows, and Postgres did not, back then. Oh, and by skipping ACID features, MySQL was faster. So, back in the day, that drove me to conclude that all the MySQL fans were crazy, and I decided to use Postgres at home, since Windows != server, and having done quite enoug…
Most Rubyists (I have no numbers for this, just a general sense of the community, I could be totally wrong, all generalizations are false, etc) use Nginx nowadays, so it'd be more like LNPR.
MySQL Editions
91–99 of 99 posts
Re: MySQL Editions
#92Earlier quoted context omitted.
If you're going the "non-default" route of using postgresql you might as well ditch PHP. Unless P=Python? :-) LAMP is a loaded acronym which these days basically means "a web app built using FOS but not in Java or Ruby".
I am using the LNNMMMMP stack at the moment... Linux, nginx, node.js, memcached, MySQL, Mono, MongoDB and PHP. Am I normal?
rails, sinatra, mysql, resque, custom email server (looking for a name...), memcached.
How the heck do you mix in mono?!?
Re: MySQL Editions
#93Earlier quoted context omitted.
Remove M for MySQL in LAMP and make it M for MongoDB
mongo is still a joke for most applications
[edit] I mis-clicked and upvoted you when I meant to downvote. Incendiary statements about valuable technology has no purpose here.
Re: MySQL Editions
#94Earlier quoted context omitted.
I was more concerned about the copyright repercussions on clean-room reverse engineering the protocol. Obviously the protocol includes copyrightable information, now.
To the best of my knowledge, the best answer is "nobody knows". There are some vaguely similar things in the precedents, especially when it comes to protocols that require you to use a particular patent to talk to a given device, and IIRC there is some verbiage in some places that distinguishes copying around for simple transmission reasons rather than delivery to an end user (though I can't imagine how to stretch th…
Re: MySQL Editions
#95Earlier quoted context omitted.
There are several MySQL forks, have been for years. Most notably: Drizzle, MariaDB, Percona MySQL. There are many others. I don't see anyone rushing to abandon mainline MySQL for the forks.
Percona's is probably the closest to the MySQL people are looking for; Percona is the premier MySQL consultancy, and they've patched the codebase for performance, etc.
Re: MySQL Editions
#96Earlier quoted context omitted.
I think the reason you are being downvoted is that you are comparing PostgreSQL with the commercial version of MySQL. A better comparison would be between EnterpriseDB and the commercial version of MySQL.
Afaik, the free version of MySQL doesn't let you do a live transaction-safe database dump of InnoDB tables. A pretty basic feature I thought, which is included in the free version of PostgreSQL.
Re: MySQL Editions
#97Re: MySQL Editions
#98Judging by the comments people are confused. The free, GPL edition of MySQL ("MySQL Community Server") is still what you've always had. These are the commercially licensed products. Oracle's shifted around some features and pricing on support plans and such, but if you're not a commercial customer, nothing's changed for you.
It's clear that someone doing proprietary software on top of mysql have to get proprietary-compatible license for mysql.
But. How this happens, that community submitted code/patches/etc gives Oracle profits? Isn't including any patch/code from GPL version into Proprietary version automatically enforce GPL rules and makes impossible to include this software into any other proprietary software?
I saw this with other projects too. I am really interested how company behind product can provide both proprietary and gpl licenses for their products.
Re: MySQL Editions
#99Earlier quoted context omitted.
I'd negotiated licenses between $200 and $500 for their old basic offering (depending on volume). I've been punting on a switch to Postgres for the last few months, but they've forced my hand now.
Any particular reason you're not just using the community edition? Do you need the innodb features? (I'm asking because I've been wondering lately if I should make the switch...)