<?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>me talking out loud &#187; database</title>
	<atom:link href="http://www.khankennels.com/blog/index.php/archives/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khankennels.com/blog</link>
	<description>Lig&#039;s accidentally overheard ramblings on MySQL/PHP and life in general</description>
	<lastBuildDate>Tue, 31 Jan 2012 12:27:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MySQL&#8217;s undo log</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2011/04/02/mysqls-undo-log/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2011/04/02/mysqls-undo-log/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 12:00:41 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=813</guid>
		<description><![CDATA[Short Braindump: &#8211; undo log == rollback segment &#8211; everything kept within the tablespace &#8211; primarily for removing data changes that had been written to disk when a crash occurred, but should not have been written, because they were for uncommitted transactions.&#8221; &#8211; &#8220;History list length 6 is number of unpurged transactions in undo space. [...]]]></description>
			<content:encoded><![CDATA[<p>Short Braindump:<br />
 &#8211; undo log == rollback segment<br />
 &#8211; everything kept within the tablespace<br />
 &#8211; primarily for removing data changes that had been written to disk when a crash occurred, but should not have been written, because they were for uncommitted transactions.&#8221;<br />
 &#8211; &#8220;History list length 6 is number of unpurged transactions in undo space. It is increased as transactions which have done updates are commited and decreased as purge runs. &#8221; &#8211; comes from <a href="http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/">http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/</a><br />
 &#8211; number of undo log entries for a specific transaction can also be found in the TRANSACTION section of INNODB STATUS</p>
<p>References:<br />
1) <a href="http://forge.mysql.com/wiki/MySQL_Internals_Files_In_InnoDB_Sources">http://forge.mysql.com/wiki/MySQL_Internals_Files_In_InnoDB_Sources</a> &#8211; &#8220;Some Notes About Structures&#8221;<br />
2) <a href="http://dev.mysql.com/doc/refman/5.1/en/innodb-multi-versioning.html">http://dev.mysql.com/doc/refman/5.1/en/innodb-multi-versioning.html</a><br />
3) <a href="http://dev.mysql.com/doc/refman/5.5/en/innodb-multiple-rollback-segments.html">http://dev.mysql.com/doc/refman/5.5/en/innodb-multiple-rollback-segments.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2011/04/02/mysqls-undo-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collaborate 2011</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2010/12/20/collaborate-2011/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2010/12/20/collaborate-2011/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 14:57:12 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=785</guid>
		<description><![CDATA[I am very pleased to say that I have been accepted to speak at Collaborate 2011. This is an Oracle conference that is being held in Orlando, Florida and is run by the Independent Oracle Users Group (IOUG), the Oracle Applications Users Group (OAUG) and Quest International Users Group (Quest). All of my previous presentations [...]]]></description>
			<content:encoded><![CDATA[<p>I am very pleased to say that I have been accepted to speak at <a href="http://collaborate11.ioug.org/">Collaborate 2011</a>.  This is an Oracle conference that is being held in Orlando, Florida and is run by the Independent Oracle Users Group (IOUG), the Oracle Applications Users Group (OAUG) and Quest International Users Group (Quest). </p>
<p>All of my previous presentations have to this point been at conferences that are primarily targeted at the PHP coders of the world. As a member of that community, I have always felt comfortable there &#8211; talking to and with PHP coders.  </p>
<p>This however, seems to be a different kettle of fish.  </p>
<p>This Oracle conference seems to be rather large (<a href="http://collaborate11.ioug.org/WhyIOUGForum/AboutCOLLABORATEIOUGForum/tabid/157/Default.aspx">5000+ according to the site</a>) with lots of content on <a href="http://collaborate11.ioug.org/Education/EducationSessionsbyTrack/tabid/86/Default.aspx">many different subject areas</a>.  I am not sure if that is a good or bad thing, but I definitely intend to cruise through the various tracks and sit in on sessions that I normally do not have exposure to (BI/Data Warehousing, Master Data Management, and Professional Development).</p>
<p>That being said, I wish it was possible for me to also be attending the <a href="http://en.oreilly.com/mysql2011/">MySQL User Conference</a>.  It is being held the same week as Collaborate in Santa Clara, California.  I will miss catching up with many of my good friends as they attend the user conference while I am at Collaborate.  But I know that there is always next year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2010/12/20/collaborate-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Con</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2010/11/08/zend-con-2/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2010/11/08/zend-con-2/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 15:37:28 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=768</guid>
		<description><![CDATA[I sat through a number of sessions while at Zend Con this year and they were all wonderful. As a MySQL person I have to admit a preference to anything DB related &#8211; just to give you a heads up&#8230; Day 1: - Documents, documents, documents by Matthew Weier O&#8217;Phinney. I particularly enjoyed that this [...]]]></description>
			<content:encoded><![CDATA[<p>I sat through a number of sessions while at  Zend Con this year and they were all wonderful.  As a MySQL person I have to admit a preference to anything DB related &#8211; just to give you a heads up&#8230;</p>
<p>Day 1:<br />
- <em>Documents, documents, documents</em> by <a href="http://weierophinney.net/matthew/">Matthew Weier O&#8217;Phinney</a>. I particularly enjoyed that this was focused on the software architectural design and was system agnostic for the document database.<br />
- <em>Technical Debt</em> by <a href="http://naramore.net/blog/">Elizabeth Naramore</a>.  Her no nonsense discussion and interaction with the audience kept this discussion interesting and engaging.  The ideas and concepts discussed were something that every developer and manager should understand.<br />
- <em>Demystifying PostgreSQL</em> by <a href="http://www.noloh.com/#/home/">Asher Snyder</a>.  I have been wanting to look at <a href="http://www.postgresql.org/">PostgreSQL</a> for years, I just never seem to have the time to do it.  This was a nice intro to the system and its capabilities which I have to admit, are pretty dang cool.</p>
<p>Day 2:<br />
- EXPLAIN &#8211; yeah it was my own talk, but hey &#8211; I was there!<br />
- <em>Pragmatic Guide to Git</em> by <a href="http://www.travisswicegood.com/">Travis Swicegood</a> Travis is a gifted speaker that manages to draw you in with his enthusiasm.  His clear logical walk through of the basics of <a href="http://git-scm.com/">Git</a> covers all the commands that a beginner will need.<br />
- <a href="http://www.infobright.com/"><em>Infobright DB</em></a> by Jeff Kibler This was a talk that I originally went to mostly out of curiosity.  Once they started I found myself highly interested (data warehousing and mining is an interest of mine) not just for what they did &#8211; but how they did it.<br />
- <em>Welcome to the Dark Side: We have Brownies</em> by <a href="http://www.joshholmes.com/blog/">Josh Holmes</a>. The talk was informative, engaging, and just all around fun.  Turns out Microsoft isn&#8217;t so bad after all&#8230; I mean &#8211; they had brownies even <img src='http://www.khankennels.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Day 3:<br />
Umm &#8211; slept late and then just practiced my last talk&#8230; Since it was on the last set of talks on the last day..</p>
<p>Missed a number of keynotes &#8211; did some volunteer work manning the PHP Community booth, but really enjoyed the &#8220;Dries&#8221; and &#8220;ROI&#8221; ones.</p>
<p>The various parties/after-parties  (official and otherwise) were awesome with more then a few hangovers showing up the next day.  </p>
<p>And as a minor side note &#8211; I also really enjoyed the <a href="http://www.facebook.com/home.php?#!/event.php?eid=160712450628622"><em>Running MySQL at Scale</em></a> tech talk at Facebook while I was there.  Learned quite a bit and also got to see <a href="http://mituzas.lt/">Domas</a> again.  I missed his brand of craziness.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2010/11/08/zend-con-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attending Tampa Bay BarCamp</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2010/07/27/attending-tampa-bay-barcamp/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2010/07/27/attending-tampa-bay-barcamp/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 15:20:20 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=736</guid>
		<description><![CDATA[I have never been to a barcamp so far &#8211; though I have been wanting to go. As far as I know my local Jacksonville doesn&#8217;t hold one so I have to go further out to try and find fellow geeks. Up until now I have either heard about the barcamps after they occur or [...]]]></description>
			<content:encoded><![CDATA[<p>I have never been to a barcamp so far &#8211; though I have been wanting to go.  As far as I know my local Jacksonville doesn&#8217;t hold one so I have to go further out to try and find fellow geeks.  Up until now  I have either heard about the barcamps after they occur or in the case of the <a href="http://www.barcamporlando.org/">Orlando</a> barcamp, it is during a major holiday weekend so&#8230; yeah family doesn&#8217;t like that.</p>
<p>I am currently planning to attend the <a href="http://barcamptampabay.org/">Tampa Barcamp</a> on the Dev day (Sept 26th) with my good friend <a href="http://daveyshafik.com/">Davey Shafik</a>.  And like a good camper (think that is the term they use), I have a few MySQL talks ready to present if the crowd wants/picks them for the schedule.  I am both excited and happy to finally be able to lose my complete n00b status and be able to say I have been to a barcamp!</p>
<p><a href="http://barcamptampabay.org/"><img src="http://barcamptampabay.org/wp-content/uploads/2010/09/barcamp-badge-by-natebw.jpg" alt="Tampa BarCamp" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2010/07/27/attending-tampa-bay-barcamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speaking at Zend Con 2010</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2010/06/25/speaking-at-zend-con-2010/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2010/06/25/speaking-at-zend-con-2010/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 17:59:37 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=731</guid>
		<description><![CDATA[I am proud that I have been selected to speak again at the Zend Conference. I will again be speaking on MySQL topics including &#8216;MySQL Server Performance Tuning 101&#8242; and an &#8216;Intro to MySQL EXPLAIN&#8217;. I look forward to seeing everyone there!]]></description>
			<content:encoded><![CDATA[<p>I am proud that I have been selected to speak again at the <a href="http://www.zendcon.com/">Zend Conference</a>.  I will again be speaking on MySQL topics including &#8216;MySQL Server Performance Tuning 101&#8242; and an &#8216;Intro to MySQL EXPLAIN&#8217;.</p>
<p>I look forward to seeing everyone there!</p>
<p><img src="http://khankennels.com/logos/zendcon%20speaker%20badge.jpg" alt="Zend Con Speaker Badge" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2010/06/25/speaking-at-zend-con-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attending TekX</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2010/05/24/attending-tekx/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2010/05/24/attending-tekx/#comments</comments>
		<pubDate>Mon, 24 May 2010 18:04:23 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=717</guid>
		<description><![CDATA[TekX was held last week and again it a fabulous conference. The conference started out with the typical day 0 &#8211; Tutorials Day. I only attended the MongoDB talk mostly to learn a bit about it. Kristina was a wonderful speaker who really knew her stuff. And as a MySQL geek, I have to admit [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tek.phparch.com/">TekX</a> was held last week and again it a fabulous conference.  </p>
<p>The conference started out with the typical day 0 &#8211; Tutorials Day.  I only attended the <a href="http://joind.in/talk/view/1567">MongoDB talk</a> mostly to learn a bit about it.  Kristina was a wonderful speaker who really knew her stuff.  And as a MySQL geek, I have to admit that it was interesting seeing seeing my world (RDBMS world) from a different perspective.  I even managed not to say a single thing throughout the entire talk though there were a couple of times the others I was with had fun laughing at me holding back.</p>
<p>The first actual day of the conference started out with <a href="http://www.joshholmes.com/blog/">Josh Holmes</a> keynote on <em><a href="http://joind.in/talk/view/1654">The Lost Art of Simplicity</a></em>.  It was a fabulous talk that forced me to find myself on the wrong side more then once.  </p>
<p>From there I went to <a href="http://eliw.com/">Eli White&#8217;s</a>  talk on <em><a href="http://joind.in/talk/view/1579">Anti-Spam and Anti-Gaming</a></em>.  The talk again was extremely interesting and some of his ideas would never of occurred to me.  Good thing we have Eli to teach me.</p>
<p>On to <a href="http://nerderati.com/">Joel Perras&#8217;s</a> talk on <em><a href="http://joind.in/talk/view/1582">Graphs, Edges, and Nodes</a></em>.  Again a fabulous talk, that I have to admit &#8211; lost me a bit.  But it is something I definitely want to learn more about.</p>
<p>From there to <em><a href="http://joind.in/talk/view/1571">Large Scale Systems</a></em> with <a href="http://fourkitchens.com/bios/david-strauss">David Strauss</a>.  This was one of the best talks I will be in at the conference. Learned lots &#8211; most of which I did not know enough to ask about&#8230; but I do now.</p>
<p>After that I kinda got into practicing for my own presentations and missed a lot in the actual sessions, but still enjoyed the hallway track.  I must admit that it has been quite a while since I attended that many sessions at a conference, and all of them top notch talks.</p>
<p>As for my own talks, I thought they went well and seem to be well received.  You can find the slides for my talks on my Presentations page.</p>
<p>So to wrap up I had a fabulous time at the conference, learning lots and hopefully teaching others stuff they did not know.  I can&#8217;t wait for next years.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2010/05/24/attending-tekx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jacksonville SQL Saturday</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2010/05/10/jacksonville-sql-saturday/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2010/05/10/jacksonville-sql-saturday/#comments</comments>
		<pubDate>Mon, 10 May 2010 02:17:22 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=712</guid>
		<description><![CDATA[So this last Saturday I attended the local SQL Saturday event. I have to admit I was a little concerned about attending an event based around SQL Server. After all it is not my normal RDBMS and I have no connections into that community. But it was recommended to me by my friend Joe Healy [...]]]></description>
			<content:encoded><![CDATA[<p>So this last Saturday I attended the local<a href="http://www.sqlsaturday.com/38/eventhome.aspx"> SQL Saturday</a> event.  I have to admit I was a little concerned about attending an event based around SQL Server.  After all it is not my normal RDBMS and I have no connections into that community.  But it was recommended to me by my friend <a href="http://www.devfish.net/">Joe Healy</a> and we are all supposed to be geeks (unite!)  I mean WTH &#8211; a database is a database so I shouldn&#8217;t be completely lost.  So why not go and get the lay of the land, maybe learn something new and meet a few interesting people.  </p>
<p>So off I go &#8211; totally clueless and completely unprepared since I figure &#8211; hey I&#8217;m just an attendee.  And yes &#8211; I go from bad to worse.  </p>
<p>So off to <a href="http://www.unf.edu/">UNF</a> I go.  AFAIK SQL Saturday is going to be held in the <a href="http://www.unf.edu/ccec/cis/">College of Computing &#038; Engineering</a>  &#8211; hey my old alma mater &#8211; cool!  Never mind that it has been 8 years since I was on campus, I know my way around right?!  Wrong <img src='http://www.khankennels.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />   </p>
<p>I got completely lost since almost all the old parking lots are gone and the ones that are still there are designated parking only&#8230; and did I mention that the event is in building 50?  Yeah &#8211; well, that building wasn&#8217;t around when I attended UNF so I then proceeded to get confused because it was a different building then the one I attended. All told I spent about 15-20 minutes being lost and befuddled.  Should have given me a clue what an idiot I was being.</p>
<p>I eventually find my way there, check in and grab a free donut and coffee (Dunkin&#8217; donuts &#8211; Mmm).  The place is just starting to get busy so I kinda meander around watching.  I have to admit that in new situations I like to people watch.</p>
<p>First thing I noticed was that this crowd while similar to a crowd I would see at an open source conference &#8211; was also distinctly different.  The crowd seemed to be older (more my own age rather then younger then me) with a *lot* more women attending then I expected (easily twice to maybe 3 times as many women around then I would see at an OS conference) and very few people had a laptop with them.  It kinda threw me there &#8211; in a rather good way.</p>
<p>I hang out a bit outside and chat a bit with various people.  Once they find out I work for <a href="http://www.oracle.com/us/products/mysql/index.html">MySQL/Oracle</a>, I of course get the requisite &#8220;Dark Side&#8221; joke and I try to refrain from commenting that <a href="http://www.whatonearthcatalog.com/graphics/products/regular/AX9602.jpg">&#8220;we have cookies&#8221;</a>.</p>
<p>I eventually make my way to my first session &#8211; <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=38&#038;sessionid=1213">SQL University 101: Starting the SQL Journey</a>  I have to say it &#8211; it was a great session.  It provided a nice intro into the SQL Server world that was both intro and technical enough to keep me occupied for the whole class&#8230; I even won a poster for knowing what SQL stood for.</p>
<p>Next I attended the <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=38&#038;sessionid=1421">T-SQL 102: Aliases and Table Joins</a> talk figuring it would cover anything interesting on how SQL Server handles JOINs (indexing techniques, what kind of index it uses, optimization techniques, etc.).  Well it turns out it was more like a basic intro to writing SQL JOINs so not that interesting for me.  What I did find humorous when I first noticed it was that the instructor used Venn Diagrams to explain JOINs&#8230; which is something I have <a href="http://www.khankennels.com/blog/index.php/archives/2007/04/20/getting-joins/">posted on in the past</a>.  </p>
<p>Now at the time of my Venn diagram post, AFAIK I was the only one who thought of them that way.  (Turns out I am not &#8211; the instructor stated they first came across the idea back in 2000.)  I (being the arrogant POS that I am) wondered if the instructor had somehow come across that information and was using it in their presentation.  (Have I mentioned I am a complete idiot most days.)  I tried to speak with the instructor for a brief while on the subject and ended up making a total and complete fool of myself with them (someone write a big &#8220;L&#8221; on my forehead).</p>
<p>So I officially would like to 1) apologize to the instructor for giggling in their class.  I am an idiot. 2) apologize for just being an arrogant sh*t.  I really do try and keep that under control.  I am sorry and I have no excuse.  </p>
<p>After that I took a walk around campus for a while.  As I said it has been 8 years since I was on campus and so much had changed.  I actually was lost until I finally got my bearings finding old landmarks.  It was nice being back.</p>
<p>So during lunch I sat in on a couple of mini-sessions.  One on becoming a DBA and the other on networking at technical events.  Both were very good covering areas that to me are similar in the open source world.  One thing I did find interesting is that neither of the instructors discussed participation in open source projects &#8211; even if it is on <a href="http://www.codeplex.com/">CodePlex</a> &#8211; Microsoft&#8217;s open source portal.  </p>
<p>I am unsure if it is simply not a known conduit for the SQL Server community, or if the culture of the community does not push it the way that, obviously, the open source community would.  That would be an interesting discussion to have one day.</p>
<p>The final session I attended was the <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=38&#038;sessionid=1120">Introduction to Data Warehousing</a> talk.  Again it was a very good talk that covered general concepts as well as SQL Server specific tools.  I particularly enjoyed the discussion on design of a data warehouse and the general patterns of them &#8211; star and snowflake.  The examples given and discussed were easy to understand and follow even though the terminology I am most familiar with was slightly different.</p>
<p>Relatively soon after the end of that session I left to go home and be with the family (it was the day before Mother&#8217;s Day after all).  </p>
<p>I had a fabulous time at SQL Saturday and if I had a complaint about anything it would have to be the network (of course).  Because I have Skype on my machine I was quarantined/locked out of the network a number of times so my connection was intermittent at best.</p>
<p>Now that I have had a chance to see the SQL Server community I have to admit I plan to try and get to a Jacksonville SQL Server User Group meeting some time in the near future if I can.  It is always nice to learn new stuff about databases&#8230; Don&#8217;t get me wrong &#8211; I love my RDBMS and plan to stay here a long time but being &#8220;the n00b&#8221; and adding more tools to my toolbox is not a bad place to be.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2010/05/10/jacksonville-sql-saturday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speaking at TekX</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2010/03/30/speaking-at-tekx/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2010/03/30/speaking-at-tekx/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 13:50:44 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=703</guid>
		<description><![CDATA[I have been lucky enough (or found the right bribe) to be selected to speak at this years TekX conference up in Chicago. I have to admit, they have a fantastic lineup again this year and can&#8217;t wait to get there to see old friends and make new ones. Every year I go it just [...]]]></description>
			<content:encoded><![CDATA[<p>I have been lucky enough (or found the right bribe) to be selected to speak at this years <a href="http://tek.phparch.com/">TekX</a> conference up in Chicago.  I have to admit, they have a fantastic lineup again this year and can&#8217;t wait to get there to see old friends and make new ones.  Every year I go it just gets better.</p>
<p>The conference this year will be held from May 18-21 at the <a href="http://www.starwoodhotels.com/sheraton/search/hotel_detail.html?propertyID=40">Sheraton Gateway Suites O’Hare</a>  (same as the past couple of years).  If you have already been to the conference, you already know about playing Tek frogger &#8211; and if you don&#8217;t or this is your first conference &#8211; be sure to find me at the conference so we can discuss it as we sit and have a drink at &#8220;Shirtless Slim&#8217;s&#8221;.</p>
<p>For those that are interested I will be giving 2 talks on MySQL this year.  One will be an <a href="http://tek.phparch.com/talks#TEKXS06">introduction to MySQL replication</a> and the other will go over the <a href="http://tek.phparch.com/talks#TEKXS18">new features found in MySQL 5.5</a>.  Both are new talks for me, so I am rather excited about speaking on the subjects and would love feedback.</p>
<p>I hope to see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2010/03/30/speaking-at-tekx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing MySQL on Mac 10.5</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2008/04/21/installing-mysql-on-mac-105/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2008/04/21/installing-mysql-on-mac-105/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 21:21:40 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/index.php/archives/2008/04/21/installing-mysql-on-mac-105/</guid>
		<description><![CDATA[Ok &#8211; I had to install MySQL on my Mac for the first time &#8211; using a tar of the binaries none the less. And it has been interesting. These are notes mostly for myself but if others find them helpful &#8211; great. instructions I used &#8211; http://dev.mysql.com/doc/refman/5.0/en/installing-binary.html to create a group in 10.5 &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Ok &#8211; I had to install MySQL on my Mac for the first time &#8211; using a tar of the binaries none the less.  And it has been interesting.  These are notes mostly for myself but if others find them helpful &#8211; great.</p>
<ol>
<li>instructions I used &#8211; http://dev.mysql.com/doc/refman/5.0/en/installing-binary.html</li>
<li>to create a group in 10.5 &#8211; use dscl.  In my case &#8216;dscl . -create /groups/mysql&#8217;</li>
<li>to create a user in 10.5 &#8211; again use dscl.  &#8216;dscl .-create /Users/mysql&#8217;</li>
<li>I had to make /usr/local with mkdir -m 775</li>
<li>I did not have to decompress things since the Mac did it for me &#8211; but I did have to place it in my Library dir and make the ln to it in my /usr/local dir</li>
<li>DO NOT FORGET to give your root user a password and either drop the anonymous user or put a password on it!</li>
</ol>
<p>Other notables (yes I am a server noob):</p>
<ul>
<li>start the deamon with &#8216;sudo bin/mysqld_safe &#8211;user=mysql &#038;&#8217;</li>
<li>If you forget the ampersand at the end &#8211; use cntl+z to escape then use &#8216;bg&#8217; to put the deamon in the background</li>
<li>stop the deamon with &#8216;bin/mysqladmin -u root shutdown&#8217;</li>
</ul>
<p>Other notes to self on having multiple versions available:</p>
<ol>
<li>option 1 &#8211; have multiple binary installs in their own folders and just change the ln.. or have multiple ln with individual names.  since I do not need to have all of them running at one time &#8211; I can start and stop the deamons as I need.</li>
<li>option 2 &#8211;  is provided in the manual at http://dev.mysql.com/doc/refman/5.0/en/multiple-servers.html</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2008/04/21/installing-mysql-on-mac-105/feed/</wfw:commentRss>
		<slash:comments>57</slash:comments>
		</item>
		<item>
		<title>MySQL &#8211; here I come</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2008/04/03/mysql-here-i-come/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2008/04/03/mysql-here-i-come/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 01:46:25 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/index.php/archives/2008/04/03/mysql-here-i-come/</guid>
		<description><![CDATA[I am pleased and proud to say that come Monday &#8211; I will be working for MySQL (*sigh* &#8211; Ok Sun). I will be working for a Dream Company of mine &#8211; doing a Dream Job. Life does not get better then that. So to everyone who kept telling me I would get the job [...]]]></description>
			<content:encoded><![CDATA[<p>I am pleased and proud to say that come Monday &#8211; I will be working for <a href="http://www.mysql.com">MySQL</a> (*sigh* &#8211; Ok Sun).  I will be working for a Dream Company of mine &#8211; doing a Dream Job.  Life does not get better then that.</p>
<p>So to everyone who kept telling me I would get the job when I swore there was no way (you know who you are) &#8211; feel free to tell me &#8220;I told you so&#8221; next time we talk &#8211; and first beer is on me when we meet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2008/04/03/mysql-here-i-come/feed/</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
	</channel>
</rss>

