<?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>Takahisa's Weblog &#187; mysql</title>
	<atom:link href="http://takahisa.info/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://takahisa.info</link>
	<description>weblog of lifetips?</description>
	<lastBuildDate>Fri, 02 Sep 2011 18:27:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>install Apache2 + php5 + mysql on gentoo</title>
		<link>http://takahisa.info/2008/12/29/install-apache2-php5-mysql-on-gentoo/</link>
		<comments>http://takahisa.info/2008/12/29/install-apache2-php5-mysql-on-gentoo/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 16:04:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://takahisa.info/?p=167</guid>
		<description><![CDATA[Install apache2 with php, mysql and ssl 1, Modify /etc/make.conf add those use flag : apache2 ssl pam xml xml2 pcre session unicode php mysql innodb berkdb ns2 ~ # emerge apache mysql php &#8230;&#8230;&#8230; when it done ns2 ~ # /usr/bin/mysql_install_db ns2 ~ # /etc/init.d/apache restart &#38;&#38; rc-update add apache default]]></description>
			<content:encoded><![CDATA[<p>Install apache2 with php, mysql and ssl</p>
<p><em>1, Modify /etc/make.conf</em><br />
add those use flag : apache2 ssl pam xml xml2 pcre session unicode php mysql innodb berkdb</p>
<p class="code"><span style="color: #ff0000;">ns2</span> <span style="color: #3366ff;">~ #</span> emerge apache mysql php<br />
&#8230;&#8230;&#8230; when it done<br />
<span style="color: #ff0000;">ns2</span> <span style="color: #3366ff;">~ # <span style="color: #000000;">/usr/bin/mysql_install_db<br />
<span style="color: #ff0000;">ns2</span> <span style="color: #3366ff;">~ # </span><span style="color: #000000;">/etc/init.d/apache restart &amp;&amp; rc-update add apache default</span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://takahisa.info/2008/12/29/install-apache2-php5-mysql-on-gentoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql Tips</title>
		<link>http://takahisa.info/2008/08/04/mysql-tips/</link>
		<comments>http://takahisa.info/2008/08/04/mysql-tips/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 06:03:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://takahisa.info/?p=24</guid>
		<description><![CDATA[When use mysql from console, it is easy if we can load sql from a file. to do this with mysql. mysql &#62; source filename.sql]]></description>
			<content:encoded><![CDATA[<p>When use mysql from console, it is easy if we can load sql from a file.</p>
<p>to do this with mysql.</p>
<p><span style="color: #ff0000;">mysql &gt;</span> source filename.sql</p>
]]></content:encoded>
			<wfw:commentRss>http://takahisa.info/2008/08/04/mysql-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

