<?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 WebHosting Blog</title>
	<atom:link href="http://patoband.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://patoband.com</link>
	<description>cPanel Hosting, Website Hosting, Hosting Tutorial, Hosting Tools</description>
	<pubDate>Sun, 05 Jul 2009 00:29:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on List of Shopping Cart Software by Gaurav Gupta</title>
		<link>http://patoband.com/hosting-tools/list-of-shopping-cart-software/comment-page-1#comment-860</link>
		<dc:creator>Gaurav Gupta</dc:creator>
		<pubDate>Fri, 22 May 2009 03:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://patoband.com/?p=25#comment-860</guid>
		<description>OFBiz (Open for Business) is a Java based open source ERP system. provided by Apache. visit (http://ofbiz.apache.org/) for more detail</description>
		<content:encoded><![CDATA[<p>OFBiz (Open for Business) is a Java based open source ERP system. provided by Apache. visit (http://ofbiz.apache.org/) for more detail</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on List of Shopping Cart Software by Gaurav Gupta</title>
		<link>http://patoband.com/hosting-tools/list-of-shopping-cart-software/comment-page-1#comment-859</link>
		<dc:creator>Gaurav Gupta</dc:creator>
		<pubDate>Fri, 22 May 2009 03:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://patoband.com/?p=25#comment-859</guid>
		<description>Java based open source ERP system. provided by Apache</description>
		<content:encoded><![CDATA[<p>Java based open source ERP system. provided by Apache</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Multiple MySQL versions by Web Hosting Jack</title>
		<link>http://patoband.com/mysql-server/running-multiple-mysql-versions/comment-page-1#comment-387</link>
		<dc:creator>Web Hosting Jack</dc:creator>
		<pubDate>Tue, 13 Jan 2009 13:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://patoband.com/mysql-server/running-multiple-mysql-versions#comment-387</guid>
		<description>wow nicely explained..I will try it for sure..</description>
		<content:encoded><![CDATA[<p>wow nicely explained..I will try it for sure..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Multiple MySQL versions by Thangdd</title>
		<link>http://patoband.com/mysql-server/running-multiple-mysql-versions/comment-page-1#comment-321</link>
		<dc:creator>Thangdd</dc:creator>
		<pubDate>Fri, 12 Dec 2008 08:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://patoband.com/mysql-server/running-multiple-mysql-versions#comment-321</guid>
		<description>Please help me,


i do this help step by step:

my older mysql's version is 4.0.20.
Now i download new version 5.0.67 from mysql.com.

MySystem is 
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
gcc (GCC) 3.3.3 (Turbolinux 3.3.3-2)
....

Before install the directory /user/local/mysql not existing.

And I do step by step

1. Download and exact by tar -xvzf command 
2. find ./ -type f &#124; xargs perl -pi -w -e 's/cnf/conf/g;'
not error occurt but nothing done

3. Config by command 
A typical ./configure command…

   ./configure --prefix=/usr/local/mysql --enable-local-infile
   --with-tcp-port=4444 --with-mysqld-user=mysqlt
   --with-base_dir=/usr/local/mysql --with-log=/usr/local/mysql/mysqld.log
   --with-pid_file=/usr/local/mysql/mysqld.pid
    -with-unix-socket-path=/tmp/mysqlt.sock --localstatedir=/var/lib/mysqlt



And nothing done. I dont know why???

- Not existing file: ../support-files/my-medium.conf

- My list file in /support-file/

[gijutsu@chakb-www2 gijutsu]$ ls /usr/local/mysql/support-files/
MacOSX/                      RHEL4-SElinux/             my-large.cnf.sh      mysql.server.sh
Makefile                     binary-configure.sh        my-medium.cnf.sh     mysql.spec
Makefile.am                  compiler_warnings.supp     my-small.cnf.sh      mysql.spec.sh
Makefile.in                  magic                      mysql-5.0.67.spec    mysqld_multi.server
MySQL-shared-compat.spec     my-huge.cnf.sh             mysql-log-rotate.sh  mysqld_multi.server.sh
MySQL-shared-compat.spec.sh  my-innodb-heavy-4G.cnf.sh  mysql.server         ndb-config-2-node.ini.sh



Please Help me--!</description>
		<content:encoded><![CDATA[<p>Please help me,</p>
<p>i do this help step by step:</p>
<p>my older mysql&#8217;s version is 4.0.20.<br />
Now i download new version 5.0.67 from mysql.com.</p>
<p>MySystem is<br />
checking build system type&#8230; i686-pc-linux-gnu<br />
checking host system type&#8230; i686-pc-linux-gnu<br />
checking target system type&#8230; i686-pc-linux-gnu<br />
gcc (GCC) 3.3.3 (Turbolinux 3.3.3-2)<br />
&#8230;.</p>
<p>Before install the directory /user/local/mysql not existing.</p>
<p>And I do step by step</p>
<p>1. Download and exact by tar -xvzf command<br />
2. find ./ -type f | xargs perl -pi -w -e &#8217;s/cnf/conf/g;&#8217;<br />
not error occurt but nothing done</p>
<p>3. Config by command<br />
A typical ./configure command…</p>
<p>   ./configure &#8211;prefix=/usr/local/mysql &#8211;enable-local-infile<br />
   &#8211;with-tcp-port=4444 &#8211;with-mysqld-user=mysqlt<br />
   &#8211;with-base_dir=/usr/local/mysql &#8211;with-log=/usr/local/mysql/mysqld.log<br />
   &#8211;with-pid_file=/usr/local/mysql/mysqld.pid<br />
    -with-unix-socket-path=/tmp/mysqlt.sock &#8211;localstatedir=/var/lib/mysqlt</p>
<p>And nothing done. I dont know why???</p>
<p>- Not existing file: ../support-files/my-medium.conf</p>
<p>- My list file in /support-file/</p>
<p>[gijutsu@chakb-www2 gijutsu]$ ls /usr/local/mysql/support-files/<br />
MacOSX/                      RHEL4-SElinux/             my-large.cnf.sh      mysql.server.sh<br />
Makefile                     binary-configure.sh        my-medium.cnf.sh     mysql.spec<br />
Makefile.am                  compiler_warnings.supp     my-small.cnf.sh      mysql.spec.sh<br />
Makefile.in                  magic                      mysql-5.0.67.spec    mysqld_multi.server<br />
MySQL-shared-compat.spec     my-huge.cnf.sh             mysql-log-rotate.sh  mysqld_multi.server.sh<br />
MySQL-shared-compat.spec.sh  my-innodb-heavy-4G.cnf.sh  mysql.server         ndb-config-2-node.ini.sh</p>
<p>Please Help me&#8211;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Multiple MySQL versions by Marble Host</title>
		<link>http://patoband.com/mysql-server/running-multiple-mysql-versions/comment-page-1#comment-203</link>
		<dc:creator>Marble Host</dc:creator>
		<pubDate>Mon, 06 Oct 2008 10:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://patoband.com/mysql-server/running-multiple-mysql-versions#comment-203</guid>
		<description>Thanks very useful information</description>
		<content:encoded><![CDATA[<p>Thanks very useful information</p>
]]></content:encoded>
	</item>
</channel>
</rss>
