Personal schedule for Mike Frank
Download or
subscribe to Mike Frank's
schedule.
Join Edward Screven, Oracle’s Chief Corporate Architect and leader of the MySQL business, as he discusses the current and future state of MySQL, now part of the Oracle family of products. The presentation also covers Oracle’s investment in MySQL technology and community; and the role that open source in general is playing within heterogeneous customer environments around the world.
Read more.
Tim returns to share insights into the world of emerging technology, presenting his take on what matters most-and what will be most disruptive-to the tech community.
Read more.
Many things happen when MySQL is part of the core technology used to
scale a rapidly growing social networking service. Mark will share
stories and details about the MySQL deployment at Facebook.
Read more.
For many developers and DBAs, MySQL Workbench is their preferred graphical interface into the MySQL database. Come learn from the pros and master the essential Workbench techniques for designing and developing MySQL databases and applications. In this session Mike and Alfredo will show you how to streamline your work to rapidly go from idea to a production MySQL application.
Read more.
Have you heard the buzz about Percona's enhancements to MySQL? What
about XtraDB, Percona's high-performance storage engine based on InnoDB?
Come learn what all the fuss is about. In this session you'll learn
about these and other open-source projects, and you'll get a preview of
the exciting roadmap for their future.
Read more.
Join the MySQL and InnoDB Engineering teams to examine the eye popping
MySQL 5.5 performance and scalability benchmarks.
Read more.
Join Oracle’s Linux and Virtualization guru, Wim Coekaerts, as he discusses Oracle’s Linux roadmap, and details specific features and contributions that will continue to drive Linux as a leading operating system for MySQL users. Wim will also talk about the role of virtualization, specifically Oracle VM, for MySQL and Linux deployments.
Read more.
In this talk, the developers behind MySQL Replication walk through some of the new Replication features of MySQL 5.5
Read more.
InnoDB is the most popular, reliable and functional of the transactional storage engines available for MySQL. At this session, you will learn the current state of InnoDB and the new features in the InnoDB Plugin. You will also learn how InnoDB works and why those new features improve the performance and scalability.
Read more.
This talk will give an overview of how to connect to MySQL and which
drivers are available today under Python v2.x, and tomorrow's Python v3.x.
We'll dive into MySQLdb, its strong history, its present. We'll go over
OurSQL and various other community projects, as well as Sun Microsystems'
MySQL Connector/Python (mainted by the speaker).
Read more.
Learn about the features built into MySQL Connector/J targeted at scalability and reliability. The session will cover fault tolerant load balancing, replication-aware load balancing with slave fail-over, custom exception handling and some creative use of statement interceptors mixed with the built-in load balancer to implement sharding.
Read more.
After a short introduction this talk will describe new features in the plugin API - new plugin types, with use cases and examples, and Server Services - the solution to the main problem that prevents a true binary plugin independence.
Read more.
Visit the exhibitors, mingle with other attendees, and enjoy great refreshments and drinks at the evening reception.
Read more.
Birds of a Feather (BoF) sessions provide face-to-face exposure to those interested in the same projects and concepts. BoFs can be organized for individual projects or broader topics (best practices, open data, standards). BoFs are entirely up to you. We post your topic online and onsite and provide the space and time. You provide the engaging topic.
Read more.
What's the forecast for Drizzle, a database optimized for Cloud and Net applications? Brian provides an overview of the Drizzle project's current state as well as what's ahead.
Read more.
Monty, the co-founder of MySQL and now project lead of MariaDB, discusses what MariaDB is all about. He'll also present an overview of the future of this community developed branch of the MySQL database.
Read more.
Sheeri Cabral knows the MySQL Community. Working for the Pythian
Group, she has tapped her co-workers' knowledge about the Oracle
Community. In this brief community keynote, Sheeri maps out the
differences between the communities and what we can expect next now
that MySQL is "under new management".
Read more.
MySQL Security and User Administration is now made easy. Grant all on *.* no more. With SECURICH it is very easy to grant privileges on all but a few tables, make use of roles (groups of privileges), clone, rename, block or unblock users. You can set password complexity, history, expiry and you can do all this using either command line or an open-source, GUI cross platform tool called SAM-My.
Read more.
The MySQL Server ships with a number of command-line administration tools. However, they only provide basic functionality and make it complicated or sometimes even impossible to accomplish common DBA tasks. In this session, Lenz will give an introduction to the most popular and commonly used Open Source tools that a DBA should be aware of and that make MySQL administration tasks a breeze.
Read more.
The binary log is a critical part of replication, but it can also be used for point-in-time recovery and auditing purposes. In this session, we present a thorough description of the binary log structure, the replication events, and how to use the mysqlbinlog tool to investigate and work with the contents of binary logs.
Read more.
Database operations gets interesting when it involves several thousand databases, a high-profile site and you have a small core team of DBAs. Among other things, we will give a high-level overview of Facebook database architecture, Backup (and recovery) strategy and the mysql upgrade process.
Read more.
InnoDB Hot Backup is the ideal solution for online backups of InnoDB
tables in MySQL databases, as well as for backups of MyISAM tables. At
this session, you will learn how InnoDB Hot Backup works, and how to
develop a backup strategy using the Hot Backup utility.
Read more.
This talk is for those that know the basics of replication but want to take it to another level. We will show you how replication can solve complicated problems, give you better performance, and avoid excess downtime.
Read more.
Visual Studio 2010 is the most exciting release of Visual Studio in years. Now you can use all the database coolness that SQL Server developers have had for years with MySQL.
Read more.
In a complement to Edward Screven's opening keynote, Kaj will interpret the state of the MySQL community and the happenings of the MySQL Conference in a language familiar to those whose business has grown up with MySQL. What has changed already, what will change soon, and what won't change with Oracle as the steward of MySQL?
Read more.
In this brand new talk, Jono Bacon, Ubuntu Community Manger, author of
the critically acclaimed The Art Of Community by O'Reilly and founder of
the annual Community Leadership Summit, talks about the evolution of
community and how we can identify the engines of community, helping us
to unite a global collection of volunteers to solve interesting and
worthwhile problems.
Read more.
Are you ensuring that a slave has the same data is the same as its master? Using mk-table-checksum from Ma'atkit as the basic tool, we will show you how to check that your data is in sync -- in a non-invasive way. We will share the tricks, tips and gotchas we have learned deploying this method in several different environments and schemas.
Read more.
This session is an overview of XtraBackup, a free, open-source hot backup solution for InnoDB and XtraDB engines.
Read more.
This session is about SSD deployment strategies for MySQL. For example, is it fine to store all files on SSD or is it faster to store some files (i.e. binary log files) on HDD? Is RAID 5 SSD fast enough? Do traditional H/W raid cards perform well for many(4-8) SSDs? Do MyISAM/InnoDB/other engines work well for SSD? I'll talk about these topics based on many kinds of recent benchmarking results.
Read more.
It is still possible to bring back corrupted or unintentionally deleted InnoDB tables as long as data remain on medium.
During the session various recovery scenarios will be scrutinized.
The typical cases will be illustrated using InnoDB Recovery Tool.
Read more.