Just saw this story on Slashdot which made me think of this post from Marc Fleury.
The Slashdot story questions what/where is the official MySQL tree:
Assuming you have successfully compiled Drizzle, and you are ready to start for the first time, here are some beginner differences with those familiar with the current MySQL 5.1 GA version. Note: drizzle is actually an original fork of the 6.0.x codebase however the code looks very little like mysql anymore.
Getting started differences
The first default MySQL installation step scripts/install_mysql_db is gone, and there is no replacement. The ‘mysql’ schema no longer exists. Talking about schemas, ‘test’ is also gone by default.
While a bin/drizzled_safe exists to start drizzle, this presently doesn’t operate as expected. You should start drizzle with sbin/drizzled &
They still have an empty …
[Read more]I’ve not looked at compiling and running Drizzle on my server for the past four weeks. Well overdue time for a check and see how it’s going. I saw in today’s planet.mysql.com by Eric Day a new dependency is needed. libdrizzle 0.2.0 now in Drizzle is now required, so I started there.
cd ~/bzr bzr branch lp:libdrizzle cd libdrizzle ./config/autorun.sh ./configure make sudo make install
No problems there, also documented at the Drizzle Wiki. Great to see the docs up to date. I see my old work on starting the compiling page still relevant. Tested on CentOS 5 and Mac OS/X 10.5
Compiling drizzle was not much more difficult.
cd ~/bzr/drizzle bzr update make distclean ./config/autorun.sh ./configure --prefix=/home/drizzle/deploy …[Read more]
Taking the work already done with vmplot.sh, a useful tool for MySQL performance tuning by Yves and Matt at BigDBAHead, and in true Open Source fashion I’ve enhanced and modified for my own purposes.
These changes include:
And I get:
So more specifics of what I did.
Install gnuplot.
$ yum install gnuplot
Create vmstat sample …
[Read more]The numerous popular MySQL forks are an unexpected consequence of Sun's acquisition. But why haven't we seen any JBoss forks since the Red Hat acquisition? READ MORE
This week, I'm finishing up my book "Developing Web Applications
using Perl, memcached, MySQL and Apache". I just finished up
Chapter 1, which is the first chapter where I discuss several
things such as how much things have changed in the last ten years
with web development and Open Source in general. This lead me to
write a small section about the future. I was pondering -- where
are we going to be in ten years from now? What projects will be
popular? This lead me even to a more specific question, and one
that I would ask here: what is to become with the development of
MySQL? What will be the official development branch of MySQL, and
where is all the energy and excitement going to be around?
There is now one fork and one major branch of MySQL now that I
will mention, both are exciting projects-- and neither of them is
coming from official MySQL/Sun:
(The order of these is strictly alphabetic and not
priority!)
…
As mentioned previously, Monty Widenius is starting his new company based on some interesting premises. With Zak Greant they have co-authored a pamflet where they outline a blueprint for Open Source companies. In many ways this could be considered the "Dogme 95" of Open Source businesses:-)
Reading “Test Center: Slacker databases break all the old rules” has finally inspired me to write this post, which I’ve been meaning to do for a while. The title of my post may be bold, but it is just one version of how things may go moving forward (and was meant to grab your attention). :)
First off, a few issues I have with the article mentioned above:
Finally we got our proposal approved for the the MySQL conference and Victor and I will be speaking on April 22 about Testing the cluster with ANSTE.
Today I come back from the dentist, if that wasn’t bad enough news, I get an email from Google AdWords titled Your Google AdWords Approval Status.
In the email, all my AdWords campaigns are now disapproved, because of:
SUGGESTIONS: -> Ad Content: Please remove the following trademark from your ad: mysql.
Yeah right. I can’t put the word ‘MySQL’ in my ads. How are people to now find me? It would appear that many ads have been pulled not just mine. Is this a proactive measure by Google? is this a complaint from the MySQL trademark holder Sun Microsystems?
I’d like any comment, feedback or suggestions on how one can proceed here.
It reminds me of the days CentOS advertised itself as an “Open source provider of a popular North American Operating System”, or something of that nature.