Showing entries 26063 to 26072 of 44105
« 10 Newer Entries | 10 Older Entries »
New XAMPP 1.7.2 for Windows, Mac OS X, and Linux

I'm proud to announce two big news today: First, the new XAMPP with PHP 5.3.0 is finally released and allows everyone the experience of this new PHP version, and secondly, congratulations and many thanks to Carsten Wiedmann, who took over the responsibility for the Windows version. Carsten was able to simplify the Windows version by replacing the installer by a self-extracting archive without losing the ease-of-use of XAMPP.

In all versions we updated Apache (2.2.12), MySQL (5.1.37), PHP (5.3.0), phpMyAdmin (3.2.0.1), plus minor updates of some libraries and tools.

Get the downloads and more details on the specific platforms XAMPP project page.

C vs C++

Linux vs FreeBSD, vi vs emacs, MySQL vs PostgreSQL, your habit or favorite technology vs another's. At the end of the day there is no winner, just a matter of preference for the task at hand. I learned C++ 13 years ago, I forgot most of my C++ knowledge 10 years ago, I discouraged the use of C++ in this period in between, and in the past year I've been re-learning C++ (mostly due to Drizzle). So what did I use after unlearning C++ 10 years ago? I wrote everything in C (and by everything I mean this was my performance programming language of choice). This worked quite well, but it's an interesting evolution that I think is now coming full circle.



When I first started programming C, it was a bit clumsy, and I look back at my old code and cringe. I began to develop a certain programming style that can best be described as object-oriented C programming due to the conventions used. The structs, functions that operated …

[Read more]
Setting up a MySQL Guru Bar at FrOSCon

Do you plan to attend the Free and Open Source Conference (FrOSCon) in St. Augustin, Germany on August 22 & 23? Are you a fan of MySQL and would you like to share your knowledge about it with other users? Here is your chance!

Sun Microsystems is a Gold sponsor of FrOSCon this year and will also be present with a booth there on both days. In addition to demo stations about Open HA Cluster, OpenSolaris and NetBeans, Sun will also provide space for a MySQL info desk, which we would like to turn into a "Guru Bar", including members of the MySQL community.

The goal is to talk with existing and potential new MySQL users, share …

[Read more]
Vote for me! ... widget for your blog.

Most likely you have seen Giuseppe's post showing the latest feature of Planet MySQL. Voting from RSS readers, was one feature I was really hoping for, since the day voting was announced. As I read most blogs using Google Reader.

Now, I don't remember if it was Dups who asked me, or if I asked him, but all I remember is that I ended up writing a little JavaScript widget, that you can add to your blog. This widget allows readers to vote for your blog on Planet MySQL, all from within your blog.

Why would you want to add this JavaScript to your blog?
Because you want to make it very easy for your readers to vote if …

[Read more]
Sphinx at MySQL Meetup at San Francisco

I will be presenting at upcoming MySQL Meetup at San Francisco this Thursday, August 13. I will talk about Sphinx covering the new cool features this search engine has as well as showing the demo on how simple it is to use Sphinx to implement high performance full text search for your MySQL driven application.

We also will have the raffle for 2 tickets for Performance Optimization for MySQL with Innodb and XtraDB Single Day Intense Training Workshop for either Santa Clara or San Francisco locations.

Entry posted by peter | …

[Read more]
Joyent Launches Virtual Appliance for MySQL -- Sets New Speed Benchmark for Database in the Cloud

Joyent, a leading vendor in Enterprise-Class Cloud Computing, announced today that it is taking the proven performance and reliability of Sun Microsystems' MySQL database to a whole new level by offering optimizations to the Joyent Cloud for MySQL. Joyent and Sun's database group have teamed up to create Virtual Appliance templates for MySQL.

Joyent's Virtual Appliance for MySQL is configured to maximize the open source database's performance on Joyent's powerful, secure and stable virtualization technology. Performance benchmarks (www.joyent.com/mysql) demonstrate that Joyent's Virtual Appliance for MySQL can deliver 3 times the number of Transactions per Second than comparable deployments of XEN-based clouds, such as Amazon's EC2.

New XAMPP 1.7.2 for Windows, Mac OS X, and Linux

I'm proud to announce two big news today: First, the new XAMPP with PHP 5.3.0 is finally released and allows everyone the experience of this new PHP version, and secondly, congratulations and many thanks to Carsten Wiedmann, who took over the responsibility for the Windows version. Carsten was able to simplify the Windows version by replacing the installer by a self-extracting archive without losing the ease-of-use of XAMPP.

In all versions we updated Apache (2.2.12), MySQL (5.1.37), PHP (5.3.0), phpMyAdmin (3.2.0.1), plus minor updates of some libraries and tools.

Get the downloads and more details on the specific platforms XAMPP project page.

Leaving Sun: Moving to the other side of the fence

It is always hard to write these type of posts. It has been a busy ten months for me in the MySQL Community Team and sadly, all too soon it seems, the world changes and I find myself moving to the other side of the fence. As of August 14th, I will no longer be with Sun Microsystems.

Okay, before you get any conspiracy theories, the reasons are simple and personal. I am moving on to see what I can do to found my own startup completely unrelated to developing databases though I fully intend to use MySQL in the near future and if possible, all my life. Sometimes in life you get opportunities given to you which are rare and if you don't jump then regret is all you have, and that is something I refuse to live with.

As for MySQL, I am extremely sad to leave some of the coolest, brightest and most fun people in the world (and by this I mean all of the MySQL and Drizzle folks at Sun). I never thought an extrovert like myself …

[Read more]
ADO.Net Entity Framework on MySQL

Reggie Burnett, the lead behind MySQL Connector/NET, will be presenting a MySQL webinar, "For ISVs: ADO.NET Entity Framework for MySQL", tomorrow at 10 Pacific Time!

Among other topics, Reggie will discuss how to

  • Develop your application against SQL Server and then switch it to MySQL with zero code changes

  • Optimize your database schema without requiring any code changes in your application

  • Use LinQ syntax for type safety in your applications

(Interest in using MySQL on Windows is growing. The 2008 MySQL OEM Annual Survey, which closed in March 2009, shows that some 73% of MySQL OEM customers develop …

[Read more]
What changed?

I ran performance tests on my new environment (Linux, 8-core server) for MySQL 5.0.44 and 5.0.84 using sysbench. One result I have seen before. Another result was new.

Sysbench result overview

The new result is that using tcmalloc did not improve performance. I have written about this several times in the past including here. I am not sure what has changed, but my guess is that malloc in glibc 2.5 scales better than in earlier versions. I know that glibc malloc is much faster in glibc 2.10.

The old result is that InnoDB is much faster than MyISAM (on this test). While table scans are fast for MyISAM, there are performance problems on muti-core servers when accessing a few rows by an index key or rowid. And because there is no MyISAM cache for …

[Read more]
Showing entries 26063 to 26072 of 44105
« 10 Newer Entries | 10 Older Entries »