<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://www.socallinuxexpo.org"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>SCALE 10x - 2012 Southern California Linux Expo - MySQL</title>
 <link>https://www.socallinuxexpo.org/scale10x/topic/mysql</link>
 <description></description>
 <language>en</language>
<item>
 <title>Playing in the Same Sandbox: MySQL and Oracle</title>
 <link>https://www.socallinuxexpo.org/scale10x/presentations/playing-same-sandbox-mysql-and-oracle</link>
 <description>&lt;div class=&quot;field field-name-field-audience field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Audience:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/4&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;Everyone&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-categories field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Categories:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/scale10x/topic/mysql&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;MySQL&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-long-abstract field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Many MySQL users also use the Oracle database and other associated Oracle software. Oracle is integrating MySQL with many of its other software products. The Oracle product certifications and integrations will allow you to use a common set of tools for Oracle and MySQL databases as a data source or as a metadata repository using the same software. Some products have already been integrated, and others are in the works.The products I will cover include Oracle Goldengate, Secure Backup, Audit Vault, OVM, and Firewall as well as some middleware products.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-presentation-file field-type-file field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Presentation Slides:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;span class=&quot;file&quot;&gt;&lt;img class=&quot;file-icon&quot; alt=&quot;&quot; title=&quot;application/pdf&quot; src=&quot;/modules/file/icons/application-pdf.png&quot; /&gt; &lt;a href=&quot;https://www.socallinuxexpo.org/sites/default/files/presentations/mysqv2lenterpriseeditionproductintegrationslfwithnotes-120125120629-phpapp01.pdf&quot; type=&quot;application/pdf; length=1443855&quot;&gt;mysqv2lenterpriseeditionproductintegrationslfwithnotes-120125120629-phpapp01.pdf&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-audio field-type-text-long field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Audio:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;script src=&quot;http://player.ooyala.com/player.js?width=480&amp;amp;height=45&amp;amp;embedCode=BmMWdqMzqMQLMznIsmf2mf9vwTX7x4sL&amp;amp;videoPcode=94d2w6KVd49zpHYYguN1wJ3DaSdd&quot;&gt;&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 18 Nov 2011 00:22:01 +0000</pubDate>
 <dc:creator>lynnferrante</dc:creator>
 <guid isPermaLink="false">269 at https://www.socallinuxexpo.org</guid>
 <comments>https://www.socallinuxexpo.org/scale10x/presentations/playing-same-sandbox-mysql-and-oracle#comments</comments>
</item>
<item>
 <title>The MySQL Storage Engines Landscape</title>
 <link>https://www.socallinuxexpo.org/scale10x/presentations/mysql-storage-engines-landscape</link>
 <description>&lt;div class=&quot;field field-name-field-audience field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Audience:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/5&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;Intermediate&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-categories field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Categories:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/scale10x/topic/mysql&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;MySQL&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-long-abstract field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;A unique selling point of MySQL is that is supports multiple storage engines, which basically means users get to use the same top-level SQL interface while storing their data in many different sorts of methods. However as these are benefits they also come with some trade-off&#039;s and we discuss some (and point to solutions): * transaction support - not all storage engines support transactions, and storage engines that do use different locking strategies, so cross-storage engine transactions are always interesting. Do you choose a transactional engine for your workload? When is it right to use a non-transactional engine like MyISAM? * backup - cross-storage engine backup does not work unless you use OS-level approaches like LVM/ZFS snapshots. In-memory engines will naturally not allow snapshots to work. How do you backup across engines? * replication for different storage engines differ in the sense that we already write a second binlog, despite transactional engines having their existing one. How do you replicate when you have a mix of engines? * how do you monitor when you have several engines? What resources do you allocate to each in the configuration? * how does the optimiser deal with all the different storage engines? Today in MySQL 5.5 and greater, InnoDB is the default storage engine. It has spawned two large forks - XtraDB and HailDB (for Drizzle). Previously, MyISAM was the default storage engine. MySQL by default ships with about a dozen engines, and other branches like MariaDB ship with close to twenty. Naturally we&#039;ll cover cool tricks you can do with storage engines. For example, how you can make good use of the Spider storage engine for vertical partitioning? When do you use the Archive storage engine to store log tables? When do you use the Federated tables to get different views or execute remote commands? How do you use the Blackhole engine for replication relay despite an engine that really is the equivalent of /dev/null in Unix? We will go through the entire landscape, including the commercial landscape, and show you what engine is correct for your use-case. If you&#039;re a developer, you will benefit from learning about the extended storage engine API, in MariaDB which for starters supports an extended CREATE TABLE functionality.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-audio field-type-text-long field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Audio:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;script src=&quot;http://player.ooyala.com/player.js?width=480&amp;amp;height=45&amp;amp;embedCode=xnMGdqMzq34FahBfHXDHKl5FIWKwfpKl&amp;amp;videoPcode=94d2w6KVd49zpHYYguN1wJ3DaSdd&quot;&gt;&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 16 Nov 2011 09:48:09 +0000</pubDate>
 <dc:creator>byte</dc:creator>
 <guid isPermaLink="false">209 at https://www.socallinuxexpo.org</guid>
 <comments>https://www.socallinuxexpo.org/scale10x/presentations/mysql-storage-engines-landscape#comments</comments>
</item>
<item>
 <title>MariaDB: The New M in LAMP</title>
 <link>https://www.socallinuxexpo.org/scale10x/presentations/mariadb-new-m-lamp</link>
 <description>&lt;div class=&quot;field field-name-field-audience field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Audience:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/3&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;Developer&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/4&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;Everyone&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/5&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;Intermediate&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-categories field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Categories:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/scale10x/topic/mysql&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;MySQL&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-long-abstract field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;MariaDB is a branch of the popular MySQL database. The project began in 2009 circled around a storage engine, but quickly evolved to being another database, with two major releases in 2010.   MariaDB is community developed, feature enhanced and backward compatible with MySQL.&lt;/p&gt;
&lt;p&gt; This session will introduce the project, and will help a DBA or developer come to grips with MariaDB. &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-presentation-file field-type-file field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Presentation Slides:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;span class=&quot;file&quot;&gt;&lt;img class=&quot;file-icon&quot; alt=&quot;&quot; title=&quot;application/pdf&quot; src=&quot;/modules/file/icons/application-pdf.png&quot; /&gt; &lt;a href=&quot;https://www.socallinuxexpo.org/sites/default/files/presentations/MariaDB%20New%20M%20in%20LAMP%20SCALE10x.pdf&quot; type=&quot;application/pdf; length=1880646&quot;&gt;MariaDB New M in LAMP SCALE10x.pdf&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 16 Nov 2011 09:39:06 +0000</pubDate>
 <dc:creator>byte</dc:creator>
 <guid isPermaLink="false">207 at https://www.socallinuxexpo.org</guid>
 <comments>https://www.socallinuxexpo.org/scale10x/presentations/mariadb-new-m-lamp#comments</comments>
</item>
<item>
 <title>A Closer Look at MySQL Cluster:  An Architectural Overview</title>
 <link>https://www.socallinuxexpo.org/scale10x/presentations/closer-look-mysql-cluster-architectural-overview</link>
 <description>&lt;div class=&quot;field field-name-field-audience field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Audience:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/4&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;Everyone&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-categories field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Categories:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/scale10x/topic/mysql&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;MySQL&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-long-abstract field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;MySQL® Cluster is a separate product from the standard MySQL database, despite their being tightly linked. Due to the distributed nature of MySQL Cluster, it has a far more complicated architecture than a standard MySQL database. In this presentation, Max Mether, SkySQL&#039;s Training Services Manager, will describe the architecture of the MySQL Cluster product and how the process and data flow takes place between the nodes of the cluster.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-audio field-type-text-long field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Audio:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;script src=&quot;http://player.ooyala.com/player.js?width=480&amp;amp;height=45&amp;amp;embedCode=BoMWdqMzplL-gU2jvo88yoKQjNQG-HP_&amp;amp;videoPcode=94d2w6KVd49zpHYYguN1wJ3DaSdd&quot;&gt;&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 28 Oct 2011 14:58:55 +0000</pubDate>
 <dc:creator>max@skysql.com</dc:creator>
 <guid isPermaLink="false">106 at https://www.socallinuxexpo.org</guid>
 <comments>https://www.socallinuxexpo.org/scale10x/presentations/closer-look-mysql-cluster-architectural-overview#comments</comments>
</item>
<item>
 <title>MySQL Replication</title>
 <link>https://www.socallinuxexpo.org/scale10x/presentations/mysql-replication-0</link>
 <description>&lt;div class=&quot;field field-name-field-audience field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Audience:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/4&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;Everyone&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-categories field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Categories:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/scale10x/topic/mysql&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;MySQL&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-long-abstract field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;MySQL Replication is a native feature of MySQL. This session will give a broad overview of replication within MySQL as well as a simple real world configuration example to get you started. We will then continue with a more  in-depth investigation of the MySQL Replication Features in MySQL 5.6.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;MySQL Replication Overview&lt;/li&gt;
&lt;li&gt;Replication Configuration&lt;/li&gt;
&lt;li&gt;--- Examples of a Real World Setup&lt;/li&gt;
&lt;li&gt;MySQL 5.6 Replication Features&lt;/li&gt;
&lt;li&gt;Replication Monitoring&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-presentation-file field-type-file field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Presentation Slides:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;span class=&quot;file&quot;&gt;&lt;img class=&quot;file-icon&quot; alt=&quot;&quot; title=&quot;application/pdf&quot; src=&quot;/modules/file/icons/application-pdf.png&quot; /&gt; &lt;a href=&quot;https://www.socallinuxexpo.org/sites/default/files/presentations/2012_Scale_Replication.pdf&quot; type=&quot;application/pdf; length=1205299&quot;&gt;2012_Scale_Replication.pdf&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-audio field-type-text-long field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Audio:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;script src=&quot;http://player.ooyala.com/player.js?width=480&amp;amp;height=45&amp;amp;embedCode=ByMWdqMzpf4iyaiPMiAccA4JF9FIn-ok&amp;amp;videoPcode=94d2w6KVd49zpHYYguN1wJ3DaSdd&quot;&gt;&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 19 Sep 2011 23:20:56 +0000</pubDate>
 <dc:creator>keithlarson</dc:creator>
 <guid isPermaLink="false">43 at https://www.socallinuxexpo.org</guid>
 <comments>https://www.socallinuxexpo.org/scale10x/presentations/mysql-replication-0#comments</comments>
</item>
<item>
 <title>MySQL Update</title>
 <link>https://www.socallinuxexpo.org/scale10x/presentations/mysql-update</link>
 <description>&lt;div class=&quot;field field-name-field-audience field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Audience:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/4&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;Everyone&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-categories field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Categories:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/scale10x/topic/mysql&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot;&gt;MySQL&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-long-abstract field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;MySQL has added several new features with the 5.5 release and the 5.6 previews. This session is an over view of the new features and how they can best be utilized. New features in replication, InnoDB, plug-in authentication, connection pooling, enterprise tools, performance, and NoSQL access of data will be included. This session is intended for all levels of attendees. This will cover changes and updates to the MySQL database server, data connectors, enterprise tools, MySQL cluster, Workbench, and more. The new features of the preview releases will be details to help the community prepare for new features being developed.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-presentation-file field-type-file field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Presentation Slides:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;span class=&quot;file&quot;&gt;&lt;img class=&quot;file-icon&quot; alt=&quot;&quot; title=&quot;application/pdf&quot; src=&quot;/modules/file/icons/application-pdf.png&quot; /&gt; &lt;a href=&quot;https://www.socallinuxexpo.org/sites/default/files/presentations/MySQLUpdateSCaLE.pdf&quot; type=&quot;application/pdf; length=2383184&quot;&gt;MySQLUpdateSCaLE.pdf&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-audio field-type-text-long field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Audio:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;script src=&quot;http://player.ooyala.com/player.js?width=480&amp;amp;height=45&amp;amp;embedCode=txMGdqMzrYq-tw_PRdnmbX8eGIaXACUS&amp;amp;videoPcode=94d2w6KVd49zpHYYguN1wJ3DaSdd&quot;&gt;&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 30 Aug 2011 15:12:38 +0000</pubDate>
 <dc:creator>davidmstokes</dc:creator>
 <guid isPermaLink="false">25 at https://www.socallinuxexpo.org</guid>
 <comments>https://www.socallinuxexpo.org/scale10x/presentations/mysql-update#comments</comments>
</item>
</channel>
</rss>
