<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Apache + PHP + MySQL on Gentoo</title>
	<atom:link href="http://beans.seartipy.com/2006/04/18/apache-php-mysql-on-gentoo/feed/" rel="self" type="application/rss+xml" />
	<link>http://beans.seartipy.com/2006/04/18/apache-php-mysql-on-gentoo/</link>
	<description>"The time has come...to talk of many [technologies]." --Lewis Carroll('The Walrus and the Carpenter')</description>
	<lastBuildDate>Sun, 05 Feb 2012 15:38:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Adude</title>
		<link>http://beans.seartipy.com/2006/04/18/apache-php-mysql-on-gentoo/comment-page-1/#comment-138645</link>
		<dc:creator>Adude</dc:creator>
		<pubDate>Wed, 17 Aug 2011 10:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/04/18/apache-php-mysql-on-gentoo/#comment-138645</guid>
		<description>The effect &quot;jeff&quot; describes sounds like MySQL &quot;views&quot; as described by someone not familiar with the underlying database structure.  A &quot;view&quot; quite often acts like a table, but instead of actually having its own data, is normally set up to pull data from one or more columns from one or more tables (or other views).  Updating the source table will cause the view to have the same data when SELECT&#039;d.  Some views can themselves be updated, which actually updates the source table(s) and not the view itself; however, these effects are generally transparent when using SELECT, UPDATE, etc.</description>
		<content:encoded><![CDATA[<p>The effect &#8220;jeff&#8221; describes sounds like MySQL &#8220;views&#8221; as described by someone not familiar with the underlying database structure.  A &#8220;view&#8221; quite often acts like a table, but instead of actually having its own data, is normally set up to pull data from one or more columns from one or more tables (or other views).  Updating the source table will cause the view to have the same data when SELECT&#8217;d.  Some views can themselves be updated, which actually updates the source table(s) and not the view itself; however, these effects are generally transparent when using SELECT, UPDATE, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apache + PHP + MySQL on Gentoo &#171; Knowledge base for netcat</title>
		<link>http://beans.seartipy.com/2006/04/18/apache-php-mysql-on-gentoo/comment-page-1/#comment-138548</link>
		<dc:creator>Apache + PHP + MySQL on Gentoo &#171; Knowledge base for netcat</dc:creator>
		<pubDate>Fri, 27 May 2011 21:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/04/18/apache-php-mysql-on-gentoo/#comment-138548</guid>
		<description>[...] You can read the same article at its new location: Apache + PHP + MySQL on Gentoo [...]</description>
		<content:encoded><![CDATA[<p>[...] You can read the same article at its new location: Apache + PHP + MySQL on Gentoo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gentoo apps &#171; Reid writes</title>
		<link>http://beans.seartipy.com/2006/04/18/apache-php-mysql-on-gentoo/comment-page-1/#comment-137845</link>
		<dc:creator>gentoo apps &#171; Reid writes</dc:creator>
		<pubDate>Thu, 13 Aug 2009 19:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/04/18/apache-php-mysql-on-gentoo/#comment-137845</guid>
		<description>[...] had help from these links: http://beans.seartipy.com/2006/04/18/apache-php-mysql-on-gentoo/ http://tronprog.blogspot.com/2007/02/apache2-php-mysql-gentoo-linux.html and to a small degree: [...]</description>
		<content:encoded><![CDATA[<p>[...] had help from these links: <a href="http://beans.seartipy.com/2006/04/18/apache-php-mysql-on-gentoo/" rel="nofollow">http://beans.seartipy.com/2006/04/18/apache-php-mysql-on-gentoo/</a> <a href="http://tronprog.blogspot.com/2007/02/apache2-php-mysql-gentoo-linux.html" rel="nofollow">http://tronprog.blogspot.com/2007/02/apache2-php-mysql-gentoo-linux.html</a> and to a small degree: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabrez</title>
		<link>http://beans.seartipy.com/2006/04/18/apache-php-mysql-on-gentoo/comment-page-1/#comment-597</link>
		<dc:creator>tabrez</dc:creator>
		<pubDate>Thu, 21 Sep 2006 05:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/04/18/apache-php-mysql-on-gentoo/#comment-597</guid>
		<description>I don&#039;t understand your question completely, but what you are asking just needs establishing relationships among multiple talbes using primary-foreign key mappings I think. A quick googling resulted in these links:
&lt;a href=&quot;http://www.weberdev.com/ViewArticle.php3?ArticleID=352&quot; rel=&quot;nofollow&quot;&gt;Relationships in MySQL&lt;/a&gt;
&lt;a href=&quot;http://www.wellho.net/forum/The-MySQL-Relational-Database/creating-relationships.html&quot; rel=&quot;nofollow&quot;&gt;MySQL and MS Access&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand your question completely, but what you are asking just needs establishing relationships among multiple talbes using primary-foreign key mappings I think. A quick googling resulted in these links:<br />
<a href="http://www.weberdev.com/ViewArticle.php3?ArticleID=352" rel="nofollow">Relationships in MySQL</a><br />
<a href="http://www.wellho.net/forum/The-MySQL-Relational-Database/creating-relationships.html" rel="nofollow">MySQL and MS Access</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://beans.seartipy.com/2006/04/18/apache-php-mysql-on-gentoo/comment-page-1/#comment-563</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Tue, 19 Sep 2006 14:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/04/18/apache-php-mysql-on-gentoo/#comment-563</guid>
		<description>hello there,
i am trying to reproduce a data server that a company uses to present information to its customers via the web. No problem. What they are using right now is Microsoft Access, connecting via ODBC to a server on line. The cool thing that they can do is have several tables linked together. Like if a certain field is updated in one table, it updates the same info automatically in another table. So, i want to reproduce this in MySQL, but i can&#039;t seem to find out how. Is there a way to pull this off on the server side ? or does that have to be done on the client side ?
thanks for any tips.</description>
		<content:encoded><![CDATA[<p>hello there,<br />
i am trying to reproduce a data server that a company uses to present information to its customers via the web. No problem. What they are using right now is Microsoft Access, connecting via ODBC to a server on line. The cool thing that they can do is have several tables linked together. Like if a certain field is updated in one table, it updates the same info automatically in another table. So, i want to reproduce this in MySQL, but i can&#8217;t seem to find out how. Is there a way to pull this off on the server side ? or does that have to be done on the client side ?<br />
thanks for any tips.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

