<?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>PHP-Princess.net &#187; So Much Data</title>
	<atom:link href="http://php-princess.net/category/scriptworld/so-much-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://php-princess.net</link>
	<description></description>
	<lastBuildDate>Sat, 31 Jul 2010 21:13:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<script type="text/javascript">
if (typeof Meebo == "undefined") {
Meebo=function(){(Meebo._=Meebo._||[]).push(arguments)};
(function(q){

	var args = arguments;
	if (!document.body) { return setTimeout(function(){ args.callee.apply(this, args) }, 100); }
	var d=document, b=d.body, m=b.insertBefore(d.createElement('div'), b.firstChild); s=d.createElement('script');
	m.id='meebo'; m.style.display='none'; m.innerHTML='<iframe id="meebo-iframe"></iframe>';
	s.src='http'+(q.https?'s':'')+'://'+(q.stage?'stage-':'')+'cim.meebo.com/cim/cim.php?network='+q.network;
	b.insertBefore(s, b.firstChild);

})({network:'phpprincessnet_ba02xu'});	}</script>	<item>
		<title>Mysql: Comments in Fields</title>
		<link>http://php-princess.net/2008/04/09/mysql-comments-in-fields/</link>
		<comments>http://php-princess.net/2008/04/09/mysql-comments-in-fields/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 18:50:48 +0000</pubDate>
		<dc:creator>daynah</dc:creator>
				<category><![CDATA[So Much Data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://php-princess.net/?p=653</guid>
		<description><![CDATA[I never really noticed that you could create comments in your mySQL fields until now. My co-worker recently upgraded one of the web servers to have phpMyAdmin &#8211; 2.11.5.1, and the forms made the &#8220;comment&#8221; field more visible to me. Below is a very basic table for &#8220;locations.&#8221; This simple table is for demonstration purposes [...]]]></description>
			<content:encoded><![CDATA[<p>I never really noticed that you could create comments in your mySQL fields until now.  My co-worker recently upgraded one of the web servers to have <a href="http://www.phpmyadmin.net">phpMyAdmin</a> &#8211; 2.11.5.1, and the forms made the &#8220;comment&#8221; field more visible to me.</p>
<p>Below is a very basic table for &#8220;locations.&#8221;  This simple table is for demonstration purposes only. ;)</p>
<p><a href="http://php-princess.net/wp-content/uploads/mysql_table_long.gif" target="_blank"><img src="http://php-princess.net/wp-content/uploads/mysql_table_sm.gif" alt="Mysql table in PHPmyAdmin" /></a><br />
Click on the image for a zoomed in view.<br />
<span id="more-653"></span><br />
(See Pink Bubble) See how the fieldname is linked?  That means there&#8217;s a comment about that field. </p>
<p>(See Blue Bubble) To create a comment, click on the pencil icon to edit the field.  When you click on it, you should see a page that looks like this:<br />
<img src="http://php-princess.net/wp-content/uploads/mysql_field_comments.gif" alt="Comments about Mysql Field" /><br />
In the newest version of PHPmyAdmin, the form fields go downward instead of left to right.  I like this way much better!  Anyhow, just add in your comment (see the blue arrow) and hit save.  Ta da, now you have comments in your mysql fields.</p>
<p>This is great when you work with more complex databases.  And the developer that takes over your project will appreciate it.  Of course, you can always use the &#8220;COMMENT&#8221; command in your msyql command statement, but isn&#8217;t this prettier? ;)</p>
<p>Go here for more information about the <a href="http://dev.mysql.com/doc/refman/5.1-maria/en/columns-table.html">Information_Schema Columns</a>.</p>
<p><strong>Source:</strong><br />
<a href="http://www.phpmyadmin.net">phpMyAdmin</a> is a great software that allows you to visually see your mysql databases.</p>
<p><map name='google_ad_map_653_5ca5e442dc272ca0'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/653?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_653_5ca5e442dc272ca0' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=653&amp;url= http%3A%2F%2Fphp-princess.net%2F2008%2F04%2F09%2Fmysql-comments-in-fields%2F' /></p><div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fphp-princess.net%2F2008%2F04%2F09%2Fmysql-comments-in-fields%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div><img style='display:none' id="post-653-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://php-princess.net/2008/04/09/mysql-comments-in-fields/',title:'Mysql: Comments in Fields',tweet:'I never really noticed that you could create comments in your mySQL fields until now.  My co-worker ',description:'I never really noticed that you could create comments in your mySQL fields until now.  My co-worker '})"><script type='text/javascript'>document.getElementById("post-653-blankimage").onload();</script><div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://php-princess.net/2008/04/09/mysql-comments-in-fields/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div><img src="http://php-princess.net/?ak_action=api_record_view&id=653&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://php-princess.net/2008/04/09/mysql-comments-in-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FQL: Facebook Query Language</title>
		<link>http://php-princess.net/2007/02/26/fql/</link>
		<comments>http://php-princess.net/2007/02/26/fql/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 23:58:27 +0000</pubDate>
		<dc:creator>daynah</dc:creator>
				<category><![CDATA[So Much Data]]></category>

		<guid isPermaLink="false">http://php-princess.net/2007/02/26/fql/</guid>
		<description><![CDATA[Introducing, FQL! What is FQL you may ask? FQL is a way to query the same Facebook data you can access through the other API functions, but with a SQL-style interface. In fact, many of the normal API calls are simple wrappers for FQL queries. All of the usual privacy checks are still applied. A [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://php-princess.net/wp-content/uploads/facebook.gif' alt='Facebook' align="right" />Introducing, <a href="http://developers.facebook.com/documentation.php?v=1.0&amp;doc=fql">FQL</a>!  What is FQL you may ask? FQL is a way to query the same Facebook data you can access through the other API functions, but with a SQL-style interface.  In fact, many of the normal API calls are simple wrappers for FQL queries.  All of the usual privacy checks are still applied.  A typical query looks something like this:</p>
<pre>SELECT name, pic FROM user WHERE uid=211031 OR uid=4801660</pre>
<p><a href="http://developers.facebook.com/documentation.php?v=1.0&amp;doc=fql">Read More about the Facebook API here</a>.</p>
<p><map name='google_ad_map_439_5ca5e442dc272ca0'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/439?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_439_5ca5e442dc272ca0' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=439&amp;url= http%3A%2F%2Fphp-princess.net%2F2007%2F02%2F26%2Ffql%2F' /></p><div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fphp-princess.net%2F2007%2F02%2F26%2Ffql%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div><img style='display:none' id="post-439-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://php-princess.net/2007/02/26/fql/',title:'FQL: Facebook Query Language',tweet:'Introducing, FQL!  What is FQL you may ask? FQL is a way to query the same Facebook data you can acc',description:'Introducing, FQL!  What is FQL you may ask? FQL is a way to query the same Facebook data you can acc'})"><script type='text/javascript'>document.getElementById("post-439-blankimage").onload();</script><div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://php-princess.net/2007/02/26/fql/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div><img src="http://php-princess.net/?ak_action=api_record_view&id=439&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://php-princess.net/2007/02/26/fql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Zoo</title>
		<link>http://php-princess.net/2005/04/08/sql-zoo/</link>
		<comments>http://php-princess.net/2005/04/08/sql-zoo/#comments</comments>
		<pubDate>Fri, 08 Apr 2005 22:16:34 +0000</pubDate>
		<dc:creator>daynah</dc:creator>
				<category><![CDATA[Daily Ramblings]]></category>
		<category><![CDATA[Links and Resources]]></category>
		<category><![CDATA[So Much Data]]></category>

		<guid isPermaLink="false">http://daynah.php-princess.net/?p=274</guid>
		<description><![CDATA[Interested in learning about databases? Try this great interative tutorial called SQL Zoo. Here, you can learn about: SQL Server, Oracle, MySQL, DB2, Mimer SQL, PostgreSQL and Access. document.getElementById("post-274-blankimage").onload();]]></description>
			<content:encoded><![CDATA[<p>Interested in learning about databases?  Try this great interative tutorial called <a href="http://sqlzoo.net/">SQL Zoo</a>.  Here, you can learn about: SQL Server, Oracle, MySQL, DB2, Mimer SQL, PostgreSQL and Access.  </p>
<p><map name='google_ad_map_274_5ca5e442dc272ca0'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/274?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_274_5ca5e442dc272ca0' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=274&amp;url= http%3A%2F%2Fphp-princess.net%2F2005%2F04%2F08%2Fsql-zoo%2F' /></p><div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fphp-princess.net%2F2005%2F04%2F08%2Fsql-zoo%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div><img style='display:none' id="post-274-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://php-princess.net/2005/04/08/sql-zoo/',title:'SQL Zoo',tweet:'Interested in learning about databases?  Try this great interative tutorial called SQL Zoo.  Here, y',description:'Interested in learning about databases?  Try this great interative tutorial called SQL Zoo.  Here, y'})"><script type='text/javascript'>document.getElementById("post-274-blankimage").onload();</script><div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://php-princess.net/2005/04/08/sql-zoo/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div><img src="http://php-princess.net/?ak_action=api_record_view&id=274&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://php-princess.net/2005/04/08/sql-zoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Error 28</title>
		<link>http://php-princess.net/2005/03/18/wordpress-error-28/</link>
		<comments>http://php-princess.net/2005/03/18/wordpress-error-28/#comments</comments>
		<pubDate>Fri, 18 Mar 2005 17:53:54 +0000</pubDate>
		<dc:creator>daynah</dc:creator>
				<category><![CDATA[So Much Data]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://daynah.php-princess.net/?p=219</guid>
		<description><![CDATA[I got an Error 28 after posting on my WordPress blog yesterday. So I searched the Support forums to find out why. I found this helpful wiki page that showed me how I can avoid the Error 28. &#8220;If you get this error, check all filesystems in which MySQL operates. If you followed recommendations to [...]]]></description>
			<content:encoded><![CDATA[<p>I got an Error 28 after posting on my <a href="http://wordpress.org">WordPress</a> blog yesterday.  So I searched the Support forums to find out why.  I found <a href="http://wiki.wordpress.org/?pagename=Error28">this helpful wiki page</a> that showed me how <a href="http://www.mysql.com/news-and-events/newsletter/2003-10/a0000000249.html">I can avoid the Error 28</a>.</p>
<blockquote><p>&#8220;If you get this error, check all filesystems in which MySQL operates. If you followed recommendations to split datadir, tmpdir and log files into dedicated filesystems, more than one filesystem is involved. In addition, be aware that MySQL often creates temporary tables for some queries. Most of these are placed in tmpdir; however, some may be found in the database directory (e.g. ALTER TABLE). Also, ensure that sufficient free disk space is available for MySQL.&#8221;</p></blockquote>
<p>If you get this error, running &#8220;repair table&#8221; in phpMyAdmin can fix it.  Or just contact your host and let them know about the problem.</p>
<p><map name='google_ad_map_219_5ca5e442dc272ca0'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/219?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_219_5ca5e442dc272ca0' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=219&amp;url= http%3A%2F%2Fphp-princess.net%2F2005%2F03%2F18%2Fwordpress-error-28%2F' /></p><div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fphp-princess.net%2F2005%2F03%2F18%2Fwordpress-error-28%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div><img style='display:none' id="post-219-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://php-princess.net/2005/03/18/wordpress-error-28/',title:'WordPress: Error 28',tweet:'I got an Error 28 after posting on my WordPress blog yesterday.  So I searched the Support forums to',description:'I got an Error 28 after posting on my WordPress blog yesterday.  So I searched the Support forums to'})"><script type='text/javascript'>document.getElementById("post-219-blankimage").onload();</script><div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://php-princess.net/2005/03/18/wordpress-error-28/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div><img src="http://php-princess.net/?ak_action=api_record_view&id=219&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://php-princess.net/2005/03/18/wordpress-error-28/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
