Skip navigation links
Innovation Everywhere: MySQL Conference and Expo 2009 - April 20-23, 2009 Santa Clara, CA
 
1 2 3

 

MySQL Server Community Edition

RSS Feed for new product releases New Releases

Software Previews

What's New

MySQL Quickpoll

Stay Connected

Resources

MySQL is Hiring
Glassfish

Netbeans.org

NetBeans IDE 6.1 with Glassfish and MySQL NetBeans IDE 6.1 is a free open-source Integrated Development Environment. It includes tools to create professional desktop, enterprise, and web applications. This installer is bundled with the Glassfish V2 application server and the MySQL Community server.

Developer Articles RSS Feed for DevZone articles

Advanced Bazaar for MySQL developers

By Guilhem Bichot | September 16, 2008

The MySQL project switched from Bitkeeper to another revision control system, Bazaar, in June 2008. My colleague Daniel Fischer wrote an excellent article describing how to get MySQL's code by using Bazaar, and how to compile a MySQL server binary from this. Here I am going to build on this knowledge and take it further, to show you how to modify MySQL's code for your needs, and share your modifications.

Data Warehousing with MySQL and Infobright

By Robin Schumacher | September 15, 2008

Unless you’ve been on a desert island lately, you probably know that the area of data warehousing/analytics/business intelligence (BI) is going gangbusters these days. Not many years ago, when industry analyst groups polled CIO’s on their top priorities, BI was #10. Then it jumped to #2 in 2006, and today it’s #1 according to Gartner group. It’s no mystery as to why this is: it’s a cut-throat economy out there in all industries and smart businesses need to tap their internal data to make critical business decisions, both tactically and strategically, to stay ahead of the pack.

FC Inter Milan Using MySQL 5.1 Partitioning and Event Scheduler

By Corrado Pandiani | September 10, 2008

If you are a football (soccer) fan, then F.C. Internazionale may mean something to you. Or perhaps its more common name, Inter Milan sounds familiar? Next in our Use Case Competition articles, here's Corrado Pandiani's experience, about using MySQL to power inter.it, one of the most popular soccer sites in Europe. Not only that, but inter.it is using the latest MySQL 5.1 technology.

Using Partitioning and Event Scheduler to Prune Archive Tables

By Gregory J. Haase | September 5, 2008

First in our series of Use Case reports on new MySQL 5.1 features, we have Greg Haase of Lotame describing his innovative use of partitioning. Usually, the creators of new applications are unaware of the various tweaking that users may submit their features to, in order to achieve surprising results. We in the community team are usually on the tweaking side, and we like to surprise developers with (positive) side effects of the existing features. This time, we were caught by surprise. Greg's usage of partitioning and events is really cool!

A Quick Look at MySQL 6.0’s New Backup

By Robin Schumacher | August 22, 2008

I still remember the day. I was working for a large systems integrator on a very major account, and had responsibility for some DB2 databases, but also had the unfortunate duty of also taking care of some legacy IMS databases (hierarchical IBM databases used quite a lot ‘back in the day’), which I knew next to nothing about. One morning I was asked to make a small change to a very large and prominent IMS database – just remove one record – what could go wrong? The guy who knew IMS real well was gone so I put together a program to do the job (yes, you actually had to write a program to do it), and ran it after hours. I came in the next day and tried to access some records in the database. Nothing. All gone, except for – ta-da – the one record I wanted to remove! At the instant I realized my mistake, I was acutely aware of two things: (1) I was in serious trouble if I didn’t have a backup, and (2) I was in desperate need of a complete change in underwear.

More Developer Articles »

MySQL Quickpoll RSS Feed for Quickpolls

After the first version of the new MySQL 6.0 backup is released, what enhancements would you like to see included next?

Full instance backup (mysql database, global permissions, etc.)
Checksums for backup file validation
Native backup driver for InnoDB (not SQL-statement based)
Best-effort restore (restore continues processing even if errors are encountered)
Replication slave auto-setup from backup file
Incremental and differential backup (only backup changes since last full backup)
Only lock database being restored (and not full instance during recovery)
Selective restore (choose what DB's or objects to restore from backup file)
Backup/restore privileges (vs. Super or similar global privilege)
Backup to different media (tape, network connection, etc.)
XBSA support (for 3rd party backup software)
Unlock each object as it is restored for immediate use
Tablespace-level backup
Backup only specific objects (vs. entire databases)
Backup of binlog with database backup
Restartable restore (in case restore is interrupted midway through)
Restore to different storage engines
Backup to multiple locations in same backup job
Online backup with no interruption of DDL operations

View results »

More Quickpolls »