<?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: Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 &#8211; Part 3</title>
	<atom:link href="http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/</link>
	<description>Living Digitally and Electronically</description>
	<lastBuildDate>Fri, 27 Nov 2009 04:56:14 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: &#187; Install MySQL freeBSD Catatan Kecil Biar ga Lupa</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/comment-page-1/#comment-585055</link>
		<dc:creator>&#187; Install MySQL freeBSD Catatan Kecil Biar ga Lupa</dc:creator>
		<pubDate>Thu, 09 Jul 2009 05:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/#comment-585055</guid>
		<description>[...] &#160;http://www.mydigitallife.info/2006/04/13&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] &nbsp;http://www.mydigitallife.info/2006/04/13&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leighland</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/comment-page-1/#comment-528558</link>
		<dc:creator>Leighland</dc:creator>
		<pubDate>Thu, 21 Aug 2008 05:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/#comment-528558</guid>
		<description>Hey there. I was having trouble with the &quot;mysql_install_db: command not found&quot; when installing FreeBSD 7. I ran the rehash command and then entered mysql_install_db again and it worked fine.</description>
		<content:encoded><![CDATA[<p>Hey there. I was having trouble with the &#8220;mysql_install_db: command not found&#8221; when installing FreeBSD 7. I ran the rehash command and then entered mysql_install_db again and it worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DrTebi</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/comment-page-1/#comment-526440</link>
		<dc:creator>DrTebi</dc:creator>
		<pubDate>Fri, 01 Aug 2008 23:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/#comment-526440</guid>
		<description>On FreeBSD 7.0 you don&#039;t need to manually install the databases and set permissions, that is done in the startup script the first time it is run.

Just make sure you have 
mysql_enable=&quot;YES&quot;
in /etc/rc.conf before you run mysql-server.

You could hence rewrite the install instructions to this:

cd /usr/ports/databases/mysql50-server
make install clean
echo &#039;mysql_enable=&quot;YES&quot;&#039; &gt;&gt; /etc/rc.conf
/usr/local/etc/rc.d/mysql-server start</description>
		<content:encoded><![CDATA[<p>On FreeBSD 7.0 you don&#8217;t need to manually install the databases and set permissions, that is done in the startup script the first time it is run.</p>
<p>Just make sure you have<br />
mysql_enable=&#8221;YES&#8221;<br />
in /etc/rc.conf before you run mysql-server.</p>
<p>You could hence rewrite the install instructions to this:</p>
<p>cd /usr/ports/databases/mysql50-server<br />
make install clean<br />
echo &#8216;mysql_enable=&#8221;YES&#8221;&#8216; &gt;&gt; /etc/rc.conf<br />
/usr/local/etc/rc.d/mysql-server start</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/comment-page-1/#comment-476787</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Sat, 22 Mar 2008 18:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/#comment-476787</guid>
		<description>the my-huge.cnf, my-large.cnf, my-medim.cnf, my-small.cnf or my-innodb-heavy-4G.cnf are found in /usr/local/share/mysql/</description>
		<content:encoded><![CDATA[<p>the my-huge.cnf, my-large.cnf, my-medim.cnf, my-small.cnf or my-innodb-heavy-4G.cnf are found in /usr/local/share/mysql/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/comment-page-1/#comment-462100</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 22 Jan 2008 16:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/#comment-462100</guid>
		<description>Where can I find these files on a MySql 5.1 install on FreeBSD 6.2?

my-huge.cnf, my-large.cnf, my-medim.cnf, my-small.cnf or my-innodb-heavy-4G.cnf</description>
		<content:encoded><![CDATA[<p>Where can I find these files on a MySql 5.1 install on FreeBSD 6.2?</p>
<p>my-huge.cnf, my-large.cnf, my-medim.cnf, my-small.cnf or my-innodb-heavy-4G.cnf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicky6</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/comment-page-1/#comment-459902</link>
		<dc:creator>nicky6</dc:creator>
		<pubDate>Fri, 11 Jan 2008 02:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/#comment-459902</guid>
		<description>great tutorial! thanks!</description>
		<content:encoded><![CDATA[<p>great tutorial! thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/comment-page-1/#comment-401779</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 12 Nov 2007 08:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/#comment-401779</guid>
		<description>rehash is a command to &#039;refresh&#039; the system. Did it work after rehash.</description>
		<content:encoded><![CDATA[<p>rehash is a command to &#8216;refresh&#8217; the system. Did it work after rehash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bramz4ever</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/comment-page-1/#comment-401772</link>
		<dc:creator>bramz4ever</dc:creator>
		<pubDate>Mon, 12 Nov 2007 05:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/#comment-401772</guid>
		<description>i ecountered the not found error while installing mysql, what should i do? and what is the command rehash actually is? thank you so much.</description>
		<content:encoded><![CDATA[<p>i ecountered the not found error while installing mysql, what should i do? and what is the command rehash actually is? thank you so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: berry__</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/comment-page-1/#comment-146163</link>
		<dc:creator>berry__</dc:creator>
		<pubDate>Mon, 05 Mar 2007 13:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/#comment-146163</guid>
		<description>Oh; and thanks for the great article!</description>
		<content:encoded><![CDATA[<p>Oh; and thanks for the great article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: berry__</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/comment-page-1/#comment-146159</link>
		<dc:creator>berry__</dc:creator>
		<pubDate>Mon, 05 Mar 2007 13:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/#comment-146159</guid>
		<description>If you&#039;re getting &quot;mysql_install_db: Command not found.&quot; after punching in &quot;mysql_install_db&quot;, you should try to cd to /usr/local/bin/ and then run &quot;mysql_install_db&quot;.

Cheers.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re getting &#8220;mysql_install_db: Command not found.&#8221; after punching in &#8220;mysql_install_db&#8221;, you should try to cd to /usr/local/bin/ and then run &#8220;mysql_install_db&#8221;.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Younah</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/comment-page-1/#comment-92621</link>
		<dc:creator>Younah</dc:creator>
		<pubDate>Fri, 26 Jan 2007 18:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/#comment-92621</guid>
		<description>Hi,
I have installed freebsd 5.5 and now with your guideline instructions I have install mysql, php5 and apache2.2.But i do not know how to configure a website so I can test that if it works.Please help me with a link who can provide step by step instuctions or refer me some good basic book.
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have installed freebsd 5.5 and now with your guideline instructions I have install mysql, php5 and apache2.2.But i do not know how to configure a website so I can test that if it works.Please help me with a link who can provide step by step instuctions or refer me some good basic book.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jani Syed</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/comment-page-1/#comment-18704</link>
		<dc:creator>Jani Syed</dc:creator>
		<pubDate>Tue, 12 Sep 2006 13:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/#comment-18704</guid>
		<description>just delete </description>
		<content:encoded><![CDATA[<p>just delete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dom</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/comment-page-1/#comment-14155</link>
		<dc:creator>Dom</dc:creator>
		<pubDate>Sat, 19 Aug 2006 07:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/#comment-14155</guid>
		<description>rc.conf contains
mysql_enable=&quot;YES&quot;
apache22_enable=&quot;YES&quot;


here is results from mysqladmin -user admin

mysqladmin: connect to server at &#039;localhost&#039; failed
error: &#039;Can&#039;t connect to local MySQL server through socket &#039;/tmp/mysql.sock&#039; (2)&#039;
Check that mysqld is running and that the socket: &#039;/tmp/mysql.sock&#039; exists!</description>
		<content:encoded><![CDATA[<p>rc.conf contains<br />
mysql_enable=&#8221;YES&#8221;<br />
apache22_enable=&#8221;YES&#8221;</p>
<p>here is results from mysqladmin -user admin</p>
<p>mysqladmin: connect to server at &#8216;localhost&#8217; failed<br />
error: &#8216;Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (2)&#8217;<br />
Check that mysqld is running and that the socket: &#8216;/tmp/mysql.sock&#8217; exists!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/comment-page-1/#comment-14129</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Sat, 19 Aug 2006 03:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/#comment-14129</guid>
		<description>Check if you can run mysqladmin or other mysql tools. Also make sure your &quot;YES&quot; in rc.conf is using proper &quot;, as the &quot; in the article has been changed.</description>
		<content:encoded><![CDATA[<p>Check if you can run mysqladmin or other mysql tools. Also make sure your &#8220;YES&#8221; in rc.conf is using proper &#8220;, as the &#8221; in the article has been changed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dom</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/comment-page-1/#comment-14126</link>
		<dc:creator>Dom</dc:creator>
		<pubDate>Sat, 19 Aug 2006 02:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/#comment-14126</guid>
		<description>Ive followed this guide but when i run &quot;mysql-server.sh start&quot; it returns starting mysql and does nothing else. i ran &quot;mysql-server.sh status&quot; and it returned &quot;mysql is not running&quot;

mysql_enable=&quot;YES&quot; is in rc.conf but is not starting. any help?</description>
		<content:encoded><![CDATA[<p>Ive followed this guide but when i run &#8220;mysql-server.sh start&#8221; it returns starting mysql and does nothing else. i ran &#8220;mysql-server.sh status&#8221; and it returned &#8220;mysql is not running&#8221;</p>
<p>mysql_enable=&#8221;YES&#8221; is in rc.conf but is not starting. any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/comment-page-1/#comment-13813</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Thu, 17 Aug 2006 16:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-60-with-apache-22-mysql-50-and-php-5-part-3/#comment-13813</guid>
		<description>The problem is that mysql (version 5.x) is not starting with mysql_enable=&quot;YES&quot; in /etc/rc.conf.
Im using FreeBSD v6.1.x.  I do not have the space problem between enable and the &quot;=&quot;.  The message I receive on bootup is &quot;YES: notfound&quot;.

Any suggestions welcome.</description>
		<content:encoded><![CDATA[<p>The problem is that mysql (version 5.x) is not starting with mysql_enable=&#8221;YES&#8221; in /etc/rc.conf.<br />
Im using FreeBSD v6.1.x.  I do not have the space problem between enable and the &#8220;=&#8221;.  The message I receive on bootup is &#8220;YES: notfound&#8221;.</p>
<p>Any suggestions welcome.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
