<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LUG Archives - Brandon Checketts</title>
	<atom:link href="https://www.brandonchecketts.com/archives/category/lug/feed" rel="self" type="application/rss+xml" />
	<link>https://www.brandonchecketts.com/archives/category/lug</link>
	<description>Web Programming, Linux System Administation, and Entrepreneurship in Athens Georgia</description>
	<lastBuildDate>Thu, 29 Nov 2018 14:07:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Southeast Linux Fest Presentation on MySQL Replication</title>
		<link>https://www.brandonchecketts.com/archives/southeast-linux-fest-presentation-on-mysql-replication</link>
					<comments>https://www.brandonchecketts.com/archives/southeast-linux-fest-presentation-on-mysql-replication#respond</comments>
		
		<dc:creator><![CDATA[Brandon]]></dc:creator>
		<pubDate>Mon, 14 Jun 2010 02:01:51 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux System Administration]]></category>
		<category><![CDATA[LUG]]></category>
		<category><![CDATA[MySQL]]></category>
		<guid isPermaLink="false">http://www.brandonchecketts.com/?p=460</guid>

					<description><![CDATA[<p>I was fortunate to be selected to give a presentation at the 2010 Southeast Linux Fest held this year in Greenville, SC. The topic was MySQL replication which I picked from a similar presentation I gave about about 1.5 years ago at my local LUG. I&#8217;ve configured plenty of replicated servers and I think that [&#8230;]</p>
<p>The post <a href="https://www.brandonchecketts.com/archives/southeast-linux-fest-presentation-on-mysql-replication">Southeast Linux Fest Presentation on MySQL Replication</a> appeared first on <a href="https://www.brandonchecketts.com">Brandon Checketts</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I was fortunate to be selected to give a presentation at the 2010 <a href="https://www.southeastlinuxfest.org/">Southeast Linux Fest</a> held this year in Greenville, SC. The topic was MySQL replication which I picked from a similar presentation I gave about about 1.5 years ago at my <a href="https://www.uga.edu/chugalug/">local LUG</a>.   I&#8217;ve configured plenty of replicated servers and I think that I understand it well enough to explain it to others.</p>
<p>The 2-hour presentation is about half slides and half demo.  Throughout the course of the presentation I set up a simple master-slave.  Then I add a second slave.   Taking it a step farther I set up the three servers to replicate in a chain, and finally I configure them to replicate in a full circle so that changes made on one are propagated to all of the others.  I intentionally do things that break replication at certain points to show some of the limitations and configurable features that can help it to work.</p>
<p>Slides for the presentation are available <a href="/downloads/self2010-mysql-replication.odp">OpenOffice format</a>.</p>
<p>The presentation was recorded, so hopefully the SELF team will have those videos available shortly.</p>
<p>The post <a href="https://www.brandonchecketts.com/archives/southeast-linux-fest-presentation-on-mysql-replication">Southeast Linux Fest Presentation on MySQL Replication</a> appeared first on <a href="https://www.brandonchecketts.com">Brandon Checketts</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.brandonchecketts.com/archives/southeast-linux-fest-presentation-on-mysql-replication/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>LUG Presentation on SQL Basics</title>
		<link>https://www.brandonchecketts.com/archives/lug-presentation-on-sql-basics</link>
					<comments>https://www.brandonchecketts.com/archives/lug-presentation-on-sql-basics#respond</comments>
		
		<dc:creator><![CDATA[Brandon]]></dc:creator>
		<pubDate>Fri, 18 Dec 2009 03:52:59 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[LUG]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">http://www.brandonchecketts.com/?p=416</guid>

					<description><![CDATA[<p>I gave a presentation tonight at my local Linux Users Group meeting on SQL Basics. I had a fun time preparing the presentation and made up a bunch of examples having to do with Santa&#8217;s database. It started out with a simple table for kids who were either naughty or nice. We then added some [&#8230;]</p>
<p>The post <a href="https://www.brandonchecketts.com/archives/lug-presentation-on-sql-basics">LUG Presentation on SQL Basics</a> appeared first on <a href="https://www.brandonchecketts.com">Brandon Checketts</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I gave a presentation tonight at my local <a href="https://www.uga.edu/chugalug/">Linux Users Group</a> meeting on SQL Basics.   I had a fun time preparing the presentation and made up a bunch of examples having to do with Santa&#8217;s database.  </p>
<p>It started out with a simple table for kids who were either naughty or nice.  We then added some reports to that.   Then imported kids&#8217; wish lists from CSV files.  From there we were able to generate some manufacturing reports for the workshop.  </p>
<p>When we joined the wish list table with the kids table, we were then able to generate a sleigh-loading report which included only gifts for kids who had been good.   Then we got even more complicated and introduced several joins with some complicated mathematics to select gifts for kids within a certain radius from a given zip code.</p>
<p>The presentation is <a href="/downloads/CHUGALUG Chrsitmas SQL.ppt">available for download here</a>.  And Brian recorded part of the presentation which is available to view <a href="https://www.ustream.tv/recorded/3205751">on uStream.tv</a></p>
<p>The post <a href="https://www.brandonchecketts.com/archives/lug-presentation-on-sql-basics">LUG Presentation on SQL Basics</a> appeared first on <a href="https://www.brandonchecketts.com">Brandon Checketts</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.brandonchecketts.com/archives/lug-presentation-on-sql-basics/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
