Latest Developer Updates from MySQL AB http://dev.mysql.com/ The latest updates for developers from MySQL AB. en Copyright 2006 MySQL AB Interview with Paddy Sreenivasan from Zmanda http://dev.mysql.com/tech-resources/interviews/paddy-sreenivasan-zmanda.html http://dev.mysql.com/tech-resources/interviews/paddy-sreenivasan-zmanda.html Zmanda specializes in backup and recovery solutions. First they gave the world Amanda, and now they've given MySQL users a new reason to rejoice with the launch of Zmanda Recovery Manager (ZRM) for MySQL. I recently got to speak to Paddy Sreenivasan, the Vice President of Engineering and co-founder of Zmanda Inc., amidst his busy schedule, about what they do and why MySQL users should be jumping towards ZRM for MySQL for all their backup & recovery needs. Zmanda specializes in backup and recovery solutions. First they gave the world Amanda, and now they've given MySQL users a new reason to rejoice with the launch of Zmanda Recovery Manager (ZRM) for MySQL. I recently got to speak to Paddy Sreenivasan, the Vice President of Engineering and co-founder of Zmanda Inc., amidst his busy schedule, about what they do and why MySQL users should be jumping towards ZRM for MySQL for all their backup & recovery needs.]]> Fri, 17 Nov 2006 00:00:00 +0000 Beginning MYSQL 5 with Visual Studio.NET 2005 http://dev.mysql.com/tech-resources/articles/Beginning_MYSQL_5_with_Visual_Studio.NET_2005.pdf http://dev.mysql.com/tech-resources/articles/Beginning_MYSQL_5_with_Visual_Studio.NET_2005.pdf This tutorial gives you a practical introduction to MySQL 5 Application Development using the MYSQL Connector for .NET with Microsoft Visual Studio.NET 2005 and how to build a simple Database Application using VC# and MySQL 5. Thu, 16 Nov 2006 00:00:00 +0000 MySQL Scale-Out With Application Partitioning http://dev.mysql.com/tech-resources/articles/application_partitioning_wp.pdf http://dev.mysql.com/tech-resources/articles/application_partitioning_wp.pdf Introduction: Eventually every database system hit its limits. Especially on the Internet, where you have millions of users which theoretically access your database simultaneously, eventually your IO system will be a bottleneck. Conventional solutions: In general, as a first step, MySQL Replication is used to scale-out in such a situation. MySQL Replication scales very well when you have a high read/write (r/w) ratio. The higher the better. But also such a MySQL Replication system hits its limits when you have a huge amount of (write) access. Because database systems have random disk access, it's not the throughput of your IO system that's relevant but the IO per second (random seek). You can scale this in a very limited way by adding more disks to your IO system, but here too you eventually hit a limit (price). Wed, 08 Nov 2006 00:00:00 +0000 MySQL Enterprise -- Double your DBA Staff without Adding Headcount http://www.mysql.com/news-and-events/news/article_1171.html http://www.mysql.com/news-and-events/news/article_1171.html MySQL AB today announced ‘MySQL Enterprise’, a new version of its flagship commercial subscription service that includes new automated, proactive technology to help corporate users monitor and tune their production MySQL database systems. Tue, 17 Oct 2006 00:00:00 +0000 Proposals for the 2007 MySQL Conference & Expo Now Being Accepted http://www.mysql.com/news-and-events/press-release/release_2006_39.html http://www.mysql.com/news-and-events/press-release/release_2006_39.html The Call for Participation for the 2007 MySQL Conference & Expo has just opened: an invitation for database experts and enthusiasts to share their knowledge of MySQL with the global open source community. The theme for the 2007 conference is "Scale to New Heights with MySQL." This annual event brings nearly 2,000 MySQL developers, DBAs, users, and partners together in Santa Clara, California. The Call for Participation ends November 7, 2006; the conference takes place April 23-26, 2007. Tue, 19 Sep 2006 00:00:00 +0000 Interview with Brian Moon, from the Phorum project http://dev.mysql.com/tech-resources/interviews/brian-moon-phorum.html http://dev.mysql.com/tech-resources/interviews/brian-moon-phorum.html If you've spent any amount of time on the forums, you probably will have recognized Brian among the forum users who most frequently answer posts -- particularly SQL and performance-related questions. Some time ago, I had a chance to ask Brian a little bit about his experience writing Phorum, about his thoughts on open source and MySQL in particular, and on his vision for Phorum in the future... Mon, 11 Sep 2006 00:00:00 +0000 Interview with Rohit Nadhani, Co-founder of Webyog http://dev.mysql.com/tech-resources/interviews/rohit-nadhani-webyog.html http://dev.mysql.com/tech-resources/interviews/rohit-nadhani-webyog.html Webyog is the company behind the popular SQLyog GUI tool for managing and developing MySQL databases. They have a great history of partnership with MySQL and, recently, decided to open source part of their product line. I had a chance to interview Rohit Nadhani, co-founder of Webyog, about their decision to move to open source, the changes they've made to the code as a result of that move, and various other things. Webyog is the company behind the popular SQLyog GUI tool for managing and developing MySQL databases. They have a great history of partnership with MySQL and, recently, decided to open source part of their product line. I had a chance to interview Rohit Nadhani, co-founder of Webyog, about their decision to move to open source, the changes they've made to the code as a result of that move, and various other things.]]> Fri, 08 Sep 2006 00:00:00 +0000 Find a GUI Bug, Win an iPod! http://dev.mysql.com/find_bug-win_ipod.html http://dev.mysql.com/find_bug-win_ipod.html New MySQL Administrator and Migration Toolkit released - Find a bug and win an iPod! Thu, 07 Sep 2006 00:00:00 +0000 Guy Kawasaki: Ten Questions with Marten Mickos http://blog.guykawasaki.com/2006/08/ten_questions_w_2.html http://blog.guykawasaki.com/2006/08/ten_questions_w_2.html Guy Kawasaki interviews Marten Mickos, CEO of MySQL Fri, 25 Aug 2006 00:00:00 +0000 Tuning MySQL for eZ publish http://ez.no/community/articles/tuning_mysql_for_ez_publish http://ez.no/community/articles/tuning_mysql_for_ez_publish This article explains how to tune a MySQL database for use with eZ publish. MySQL is a database engine used by eZ publish to store content. While other databases are supported by eZ publish (such as PostgreSQL and Oracle), for performance reasons we recommend MySQL. This article has suggestions for optimizing for either read or write operations, and also discusses some other optimization techniques such as DNS and filesystem configuration. Thu, 24 Aug 2006 00:00:00 +0000