<?xml version="1.0" encoding="utf-8"?>
<!-- generator="wordpress/2.0.3" -->
<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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>me talking out loud</title>
	<link>http://www.khankennels.com/blog</link>
	<description>Lig's accidentally overheard ramblings on PHP and life in general</description>
	<pubDate>Sun, 18 May 2008 01:01:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>
	<language>en</language>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license>
		<item>
		<title>MySQL.org?</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2008/05/18/mysqlorg/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2008/05/18/mysqlorg/#comments</comments>
		<pubDate>Sun, 18 May 2008 01:01:35 +0000</pubDate>
		<dc:creator>lig</dc:creator>
		
	<category>General</category>
	<category>computers</category>
	<category>MySQL</category>
		<guid isPermaLink="false">http://www.khankennels.com/blog/index.php/archives/2008/05/18/mysqlorg/</guid>
		<description><![CDATA[Did you know there was a mysql.org - and that it redirects to http://dev.mysql.com/&#8230; and that it has a one click link to get to the latest Community Editions for the server on the left hand side?  I have to admit, I didn&#8217;t until now.

]]></description>
			<content:encoded><![CDATA[<p>Did you know there was a mysql.org - and that it redirects to http://dev.mysql.com/&#8230; and that it has a one click link to get to the latest Community Editions for the server on the left hand side?  I have to admit, I didn&#8217;t until now.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.khankennels.com/blog/index.php/archives/2008/05/18/mysqlorg/feed/</wfw:commentRSS>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license>
	</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>General</category>
	<category>computers</category>
	<category>MySQL</category>
	<category>database</category>
		<guid isPermaLink="false">http://www.khankennels.com/blog/index.php/archives/2008/04/21/installing-mysql-on-mac-105/</guid>
		<description><![CDATA[Ok - I had to install MySQL on my Mac for the first time - 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 - great.

instructions I used - http://dev.mysql.com/doc/refman/5.0/en/installing-binary.html
to create a group in 10.5 - [...]]]></description>
			<content:encoded><![CDATA[<p>Ok - I had to install MySQL on my Mac for the first time - 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 - great.</p>
<ol>
<li>instructions I used - http://dev.mysql.com/doc/refman/5.0/en/installing-binary.html</li>
<li>to create a group in 10.5 - use dscl.  In my case &#8216;dscl . -create /groups/mysql&#8217;</li>
<li>to create a user in 10.5 - 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 - 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 &#8217;sudo bin/mysqld_safe &#8211;user=mysql &#038;&#8217;</li>
<li>If you forget the ampersand at the end - 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 - 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 - I can start and stop the deamons as I need.</li>
<li>option 2 -  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>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>All Ready for the MySQL User Conference</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2008/04/11/all-ready-for-the-mysql-user-conference/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2008/04/11/all-ready-for-the-mysql-user-conference/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 20:22:15 +0000</pubDate>
		<dc:creator>lig</dc:creator>
		
	<category>General</category>
	<category>PHP</category>
	<category>MySQL</category>
	<category>travel</category>
	<category>personal</category>
	<category>phpw</category>
		<guid isPermaLink="false">http://www.khankennels.com/blog/index.php/archives/2008/04/11/all-ready-for-the-mysql-user-conference/</guid>
		<description><![CDATA[Yep - I have finally ready for my trip to the MySQL User Conference in Santa Clara.  MySQL and Oreilly have been incredibly generous in providing us the opportunity to attend their conference, giving us an exhibition booth and a free pass to all the sessions.  With out them - we couldn&#8217;t have [...]]]></description>
			<content:encoded><![CDATA[<p>Yep - I have finally ready for my trip to the MySQL User Conference in Santa Clara.  MySQL and Oreilly have been incredibly generous in providing us the opportunity to attend their conference, giving us an exhibition booth and a free pass to all the sessions.  With out them - we couldn&#8217;t have gone.</p>
<p>Anyway - for those that will be there, make sure to stop by our booth and pick yourself up a PHPWomen sticker (for your laptop, car, bag or anywhere else you can think of).  Or if you just want to talk about what we are and what we are doing or the weather - that is great too.  Come out and meet me!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.khankennels.com/blog/index.php/archives/2008/04/11/all-ready-for-the-mysql-user-conference/feed/</wfw:commentRSS>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>testfest - some updates</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2008/04/09/testfest-some-updates/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2008/04/09/testfest-some-updates/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 13:54:16 +0000</pubDate>
		<dc:creator>lig</dc:creator>
		
	<category>General</category>
	<category>computers</category>
	<category>PHP</category>
		<guid isPermaLink="false">http://www.khankennels.com/blog/index.php/archives/2008/04/09/testfest-some-updates/</guid>
		<description><![CDATA[Just a quick not to let the world know that I have started the mentor listing for testfest.  It can be found at http://wiki.php.net/qa/testfest 
Mentors - if I missed you please send me an email to update it or feel free to add yourself to the wiki.  
Also we have moved the listing [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.khankennels.com/stuff/testfest_small_08.gif" alt="testfest" />Just a quick not to let the world know that I have started the mentor listing for testfest.  It can be found at <a href="http://wiki.php.net/qa/testfest">http://wiki.php.net/qa/testfest</a> </p>
<p>Mentors - if I missed you please send me an email to update it or feel free to add yourself to the wiki.  </p>
<p>Also we have moved the listing of the User Groups to the wiki so if your user group is participating and not listed - again let me know if you want to be added or add yourself to the testfest wiki page.  </p>
<p><strong>Edit</strong>: forgot to mark it as PHP.  Ooops.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.khankennels.com/blog/index.php/archives/2008/04/09/testfest-some-updates/feed/</wfw:commentRSS>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>MySQL - 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>General</category>
	<category>computers</category>
	<category>MySQL</category>
	<category>personal</category>
	<category>database</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 - I will be working for MySQL (*sigh* - Ok Sun).  I will be working for a Dream Company of mine - doing a Dream Job.  Life does not get better then that.
So to everyone who kept telling me I would get the [...]]]></description>
			<content:encoded><![CDATA[<p>I am pleased and proud to say that come Monday - I will be working for <a href="http://www.mysql.com">MySQL</a> (*sigh* - Ok Sun).  I will be working for a Dream Company of mine - 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) - feel free to tell me &#8220;I told you so&#8221; next time we talk - 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>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>back in the saddle again</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2008/03/24/back-in-the-saddle-again/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2008/03/24/back-in-the-saddle-again/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 19:54:38 +0000</pubDate>
		<dc:creator>lig</dc:creator>
		
	<category>General</category>
	<category>PHP</category>
	<category>MySQL</category>
	<category>database</category>
		<guid isPermaLink="false">http://www.khankennels.com/blog/index.php/archives/2008/03/24/back-in-the-saddle-again/</guid>
		<description><![CDATA[It has been a really long time since I wrote anything - luckily the folks at phparchitect gave me just the push I needed to get back to my writing.  Took me a while to get back in the hang of it again - but I did it - and even finished by my [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a really long time since I wrote anything - luckily the folks at <a href="http://phparch.com/">phparchitect</a> gave me just the push I needed to get back to my writing.  Took me a while to get back in the hang of it again - but I did it - and even finished by my deadline (even if it was turned in a day late).</p>
<p>So if you feel the need to learn a bit more about foreign keys and what they can do for you the coder - be sure to check out <a href="http://c7y.phparch.com/c/entry/1/art,foreign_keys_in_mysql">my article</a> on them at <a href="http://c7y.phparch.com/">c7y</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.khankennels.com/blog/index.php/archives/2008/03/24/back-in-the-saddle-again/feed/</wfw:commentRSS>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>BarCampOrlando</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2008/03/13/barcamporlando/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2008/03/13/barcamporlando/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 12:51:48 +0000</pubDate>
		<dc:creator>lig</dc:creator>
		
	<category>General</category>
	<category>computers</category>
	<category>PHP</category>
	<category>MySQL</category>
	<category>web</category>
		<guid isPermaLink="false">http://www.khankennels.com/blog/index.php/archives/2008/03/13/barcamporlando/</guid>
		<description><![CDATA[Just found out about the Orlando BarCamp from another member of the JaxPHP UG.  I had no idea there was a BarCamp out this way.
It will be held on April 5 and 6 at Wall St Plaza.  The 5th will be dedicated to Developers and the 6th to various media (film, photo, etc.). [...]]]></description>
			<content:encoded><![CDATA[<p>Just found out about the <a href="http://www.barcamporlando.org/">Orlando BarCamp</a> from another member of the <a href="http://www.jaxphp.org/">JaxPHP UG</a>.  I had no idea there was a BarCamp out this way.</p>
<p>It will be held on April 5 and 6 at Wall St Plaza.  The 5th will be dedicated to Developers and the 6th to various media (film, photo, etc.).  For more information on it be sure to check out their site - <a href="http://www.barcamporlando.org/">http://www.barcamporlando.org/</a>  Registration is now open for any who want to go.  </p>
<p>Unfortunately I will not be able to attend - niece will be participating in a gymnastics state championship that weekend in Tampa.  Family comes before playing.</p>
<p><a href="http://www.barcamporlando.org" title="BarCampOrlando, April 5th &#038; 6th"><img src="http://www.barcamporlando.org/assets/2008/2/28/dev-day-badge.jpg"</a/></a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.khankennels.com/blog/index.php/archives/2008/03/13/barcamporlando/feed/</wfw:commentRSS>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Coolness</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2008/03/04/coolness/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2008/03/04/coolness/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 16:49:41 +0000</pubDate>
		<dc:creator>lig</dc:creator>
		
	<category>General</category>
	<category>computers</category>
	<category>MySQL</category>
		<guid isPermaLink="false">http://www.khankennels.com/blog/index.php/archives/2008/03/04/coolness/</guid>
		<description><![CDATA[While talking with Dynom and Davey I learned something really cool today - how to get the declared definition of a column all by itself with MySQL (I used version 5.0.45).  Yes there are lots of other ways to get the info - not the least of which is using the information_schema - but [...]]]></description>
			<content:encoded><![CDATA[<p>While talking with <a href="http://blog.dynom.nl" target="_blank">Dynom</a> and <a href="http://pixelated-dreams.com/" target="_blank">Davey</a> I learned something really cool today - how to get the declared definition of a column all by itself with MySQL (I used version 5.0.45).  Yes there are lots of other ways to get the info - not the least of which is using the information_schema - but this just struck me as being way cool.  </p>
<p>You can even use wildcards in the column name.  From a different database (note you have to have the perms to access the alternate database):</p>
<p><code><br />
DESCRIBE Db.table column;<br />
</code></p>
<p>Example from my test db:</p>
<pre>
mysql> describe lig_test.student guardianship;
+--------------+---------+------+-----+---------+-------+
| Field        | Type    | Null | Key | Default | Extra |
+--------------+---------+------+-----+---------+-------+
| guardianship | char(1) | NO   |     |         |       |
+--------------+---------+------+-----+---------+-------+
1 row in set (0.08 sec)

mysql> describe lig_test.student 'guard%';
+----------------+----------+------+-----+---------+-------+
| Field          | Type     | Null | Key | Default | Extra |
+----------------+----------+------+-----+---------+-------+
| guardian_photo | longblob | YES  |     | NULL    |       |
| guardianship   | char(1)  | NO   |     |         |       |
+----------------+----------+------+-----+---------+-------+
2 rows in set (0.01 sec)
</pre>
]]></content:encoded>
			<wfw:commentRSS>http://www.khankennels.com/blog/index.php/archives/2008/03/04/coolness/feed/</wfw:commentRSS>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>time flies</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2008/03/04/time-flies/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2008/03/04/time-flies/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 00:46:03 +0000</pubDate>
		<dc:creator>lig</dc:creator>
		
	<category>General</category>
	<category>personal</category>
		<guid isPermaLink="false">http://www.khankennels.com/blog/index.php/archives/2008/03/04/time-flies/</guid>
		<description><![CDATA[I have recently been asked to do some coding in C - a language I haven&#8217;t looked at (never mind code in) in over 5 years.  I don&#8217;t even remember how the heck to set up the environment anymore.  Anyway - got me to thinking how much has happened since that time&#8230; so [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently been asked to do some coding in C - a language I haven&#8217;t looked at (never mind code in) in over 5 years.  I don&#8217;t even remember how the heck to set up the environment anymore.  Anyway - got me to thinking how much has happened since that time&#8230; so many things - large and small - have happened&#8230; Where does the time go?
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.khankennels.com/blog/index.php/archives/2008/03/04/time-flies/feed/</wfw:commentRSS>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Florida Linux Show</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2008/02/12/florida-linux-show/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2008/02/12/florida-linux-show/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 01:39:33 +0000</pubDate>
		<dc:creator>lig</dc:creator>
		
	<category>General</category>
	<category>computers</category>
	<category>News</category>
	<category>web</category>
		<guid isPermaLink="false">http://www.khankennels.com/blog/index.php/archives/2008/02/12/florida-linux-show/</guid>
		<description><![CDATA[Went to the Florida Linux Show today - a 1 day conference held in Jacksonville at the University of North Florida University Center.  At only $10 to attend - it is hard to find a reason not to attend something so close and so affordable.  Had a good time and met a number [...]]]></description>
			<content:encoded><![CDATA[<p>Went to the <a href="http://www.floridalinuxshow.com/index.php?pr=Home_Page">Florida Linux Show</a> today - a 1 day conference held in Jacksonville at the <a href="http://www.unf.edu/">University of North Florida</a> University Center.  At only $10 to attend - it is hard to find a reason not to attend something so close and so affordable.  Had a good time and met a number of my fellow <a href="http://www.jaxphp.org">JaxPHP</a> members there who were also attending.</p>
<p>The conference ran from 8:30AM - 5PM and had 12 different sessions with 3 keynote presentations.  There seemed to be about 150- 200 people (saw all together maybe 10 women) in attendance with representatives of Redhat, Ubuntu, and gentoo in booths along with various other companies both local and linux centric (like Linux Journal and the <a href="http://wiki.jaxlug.org/index.php/Main_Page">local LUG</a>).</p>
<p>The sessions I attended were quite interesting.  I particularly enjoyed &#8220;Software as a Service: Implications of Web Apps for Software Freedom&#8221; by Mr. Gavin Baker for the interesting questions it raised on web applications being closed source though they are built on the popular open source tools and languages.  Until then I never realized how closed source a site is - which goes completely counter to FOSS like PHP.</p>
<p>All in all a good time and I will be back again next time.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.khankennels.com/blog/index.php/archives/2008/02/12/florida-linux-show/feed/</wfw:commentRSS>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license>
	</item>
	</channel>
</rss>
