<?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 for chapter31</title>
	<atom:link href="http://www.chapter31.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chapter31.com</link>
	<description>Rich Internet Application development</description>
	<pubDate>Tue, 06 Jan 2009 08:51:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Mylyn plugin for Aptana by Olivier</title>
		<link>http://www.chapter31.com/2007/12/18/mylyn-plugin-for-aptana/comment-page-1/#comment-88080</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Sat, 03 Jan 2009 18:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2007/12/18/mylyn-plugin-for-aptana/#comment-88080</guid>
		<description>Me too, same error message as Tim.</description>
		<content:encoded><![CDATA[<p>Me too, same error message as Tim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FarCry - Finding a page by &#8216;typename&#8217; somewhere above the current page by fleneilymboni</title>
		<link>http://www.chapter31.com/2008/06/19/farcry-finding-a-page-by-typename-somewhere-above-the-current-page/comment-page-1/#comment-85745</link>
		<dc:creator>fleneilymboni</dc:creator>
		<pubDate>Thu, 18 Dec 2008 23:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/?p=250#comment-85745</guid>
		<description>Hi all! 
 
As newly registered user i only wanted to say hello to everyone else who uses this board :&#62;</description>
		<content:encoded><![CDATA[<p>Hi all! </p>
<p>As newly registered user i only wanted to say hello to everyone else who uses this board :&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logging all MySQL queries on Mac OSX by bberg</title>
		<link>http://www.chapter31.com/2008/11/19/logging-all-mysql-queries-on-mac-osx/comment-page-1/#comment-85733</link>
		<dc:creator>bberg</dc:creator>
		<pubDate>Thu, 18 Dec 2008 22:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/?p=518#comment-85733</guid>
		<description>according to http://dev.mysql.com/doc/refman/6.0/en/query-log.html
"As of MySQL 6.0.8, --log and -l are deprecated"

had to edit the my.cnf like this:

[mysqld]
general_log=1
general_log_file="/var/log/mysqld.log"</description>
		<content:encoded><![CDATA[<p>according to <a href="http://dev.mysql.com/doc/refman/6.0/en/query-log.html" rel="nofollow">http://dev.mysql.com/doc/refman/6.0/en/query-log.html</a><br />
&#8220;As of MySQL 6.0.8, &#8211;log and -l are deprecated&#8221;</p>
<p>had to edit the my.cnf like this:</p>
<p>[mysqld]<br />
general_log=1<br />
general_log_file=&#8221;/var/log/mysqld.log&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fun with reserved words in MySQL 5 by Mike</title>
		<link>http://www.chapter31.com/2008/10/27/fun-with-reserved-words-in-mysql-5/comment-page-1/#comment-85489</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 17 Dec 2008 12:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/?p=476#comment-85489</guid>
		<description>I've just had a similar problem. A site which has been working fine for years. I was doing some updates and started getting errors in my MySql query. Navicat showed the field name in blue and that's what triggered me to this word being a reserved word. My site does vacation rental properties and as part of that, if you've got children you might order a 'cot'. That's on one of the forms as a field. Mysql seems to be confusing 'cot' with 'cotangent'. Been working for years though before now. I'll try the backticks and see how that goes. Thanks for the heads-up</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just had a similar problem. A site which has been working fine for years. I was doing some updates and started getting errors in my MySql query. Navicat showed the field name in blue and that&#8217;s what triggered me to this word being a reserved word. My site does vacation rental properties and as part of that, if you&#8217;ve got children you might order a &#8216;cot&#8217;. That&#8217;s on one of the forms as a field. Mysql seems to be confusing &#8216;cot&#8217; with &#8216;cotangent&#8217;. Been working for years though before now. I&#8217;ll try the backticks and see how that goes. Thanks for the heads-up</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Development configuration tips for Ubuntu by Mark Lynch</title>
		<link>http://www.chapter31.com/2008/12/13/development-configuration-tips-for-ubuntu/comment-page-1/#comment-85224</link>
		<dc:creator>Mark Lynch</dc:creator>
		<pubDate>Mon, 15 Dec 2008 21:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/?p=614#comment-85224</guid>
		<description>Hi Michael, Nice tutorial.

One thing - I'm pretty sure you don't need: libapache2-mod-auth-mysql  - it's only if you are using http authentication against a mysql server.  You don't need it if you just want php to talk to mysql, for that you just need php5-mysql

@Luke - re aptitude over apt-get.  aptitude is just a console ui for apt-get, under the hood it still calls apt-get to do installs etc.  aptitude is comparable to synaptic.  I.e. it's great when you are not sure what you need to install as you can search friendly descriptions.  But apt-get is the man for command line work :-)

Cheers,
Mark</description>
		<content:encoded><![CDATA[<p>Hi Michael, Nice tutorial.</p>
<p>One thing - I&#8217;m pretty sure you don&#8217;t need: libapache2-mod-auth-mysql  - it&#8217;s only if you are using http authentication against a mysql server.  You don&#8217;t need it if you just want php to talk to mysql, for that you just need php5-mysql</p>
<p>@Luke - re aptitude over apt-get.  aptitude is just a console ui for apt-get, under the hood it still calls apt-get to do installs etc.  aptitude is comparable to synaptic.  I.e. it&#8217;s great when you are not sure what you need to install as you can search friendly descriptions.  But apt-get is the man for command line work <img src='http://www.chapter31.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Cheers,<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Development configuration tips for Ubuntu by Michael Sharman</title>
		<link>http://www.chapter31.com/2008/12/13/development-configuration-tips-for-ubuntu/comment-page-1/#comment-85213</link>
		<dc:creator>Michael Sharman</dc:creator>
		<pubDate>Mon, 15 Dec 2008 20:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/?p=614#comment-85213</guid>
		<description>@Luke - I haven't heard that and it looks as though (judging by the examples) apt-get is more common on the Intrepid (8.10) page: http://ubuntuguide.org/wiki/Ubuntu:Intrepid</description>
		<content:encoded><![CDATA[<p>@Luke - I haven&#8217;t heard that and it looks as though (judging by the examples) apt-get is more common on the Intrepid (8.10) page: <a href="http://ubuntuguide.org/wiki/Ubuntu:Intrepid" rel="nofollow">http://ubuntuguide.org/wiki/Ubuntu:Intrepid</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Development configuration tips for Ubuntu by Luke</title>
		<link>http://www.chapter31.com/2008/12/13/development-configuration-tips-for-ubuntu/comment-page-1/#comment-85212</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Mon, 15 Dec 2008 20:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/?p=614#comment-85212</guid>
		<description>Doesn't Ubuntu favor aptitude over apt-get nowadays? I believe apt-get was deprecated and only available for backwards compatibility. I could be wrong through...</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t Ubuntu favor aptitude over apt-get nowadays? I believe apt-get was deprecated and only available for backwards compatibility. I could be wrong through&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Development configuration tips for Ubuntu by starenka</title>
		<link>http://www.chapter31.com/2008/12/13/development-configuration-tips-for-ubuntu/comment-page-1/#comment-84876</link>
		<dc:creator>starenka</dc:creator>
		<pubDate>Sat, 13 Dec 2008 16:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/?p=614#comment-84876</guid>
		<description>I'm pretty sure, you don't have to apt-get them. You already have them if you use tasksel. So the most easy way seems to tasksel and use a2enmod... right? ;)</description>
		<content:encoded><![CDATA[<p>I&#8217;m pretty sure, you don&#8217;t have to apt-get them. You already have them if you use tasksel. So the most easy way seems to tasksel and use a2enmod&#8230; right? <img src='http://www.chapter31.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Development configuration tips for Ubuntu by Paul</title>
		<link>http://www.chapter31.com/2008/12/13/development-configuration-tips-for-ubuntu/comment-page-1/#comment-84867</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 13 Dec 2008 15:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/?p=614#comment-84867</guid>
		<description>You may need to activate individual mods (after you apt-get them) but again there is a inbuilt tool a2enmod modName that will create the symlinks for you.</description>
		<content:encoded><![CDATA[<p>You may need to activate individual mods (after you apt-get them) but again there is a inbuilt tool a2enmod modName that will create the symlinks for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Development configuration tips for Ubuntu by starenka</title>
		<link>http://www.chapter31.com/2008/12/13/development-configuration-tips-for-ubuntu/comment-page-1/#comment-84857</link>
		<dc:creator>starenka</dc:creator>
		<pubDate>Sat, 13 Dec 2008 14:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/?p=614#comment-84857</guid>
		<description>I don't quite remember. They're installed for sure, but maybe not enabled as default. Enabling php or mod_rewrite is just matter of symlinking those files from mod_available to mod_enabled. You got it done in a jiffy.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t quite remember. They&#8217;re installed for sure, but maybe not enabled as default. Enabling php or mod_rewrite is just matter of symlinking those files from mod_available to mod_enabled. You got it done in a jiffy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.707 seconds -->
<!-- Cached page served by WP-Cache -->
