﻿<?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>Gavin&#039;s Blog &#187; MySQL</title>
	<atom:link href="http://laigw.name/tag/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://laigw.name</link>
	<description>Keep it simple, stupid. Simplicity is beauty.</description>
	<lastBuildDate>Sun, 29 Jan 2012 07:14:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>在CentOS下安装配置MySQL-5.0.27过程</title>
		<link>http://laigw.name/post/57.html</link>
		<comments>http://laigw.name/post/57.html#comments</comments>
		<pubDate>Sat, 15 Nov 2008 04:40:57 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.laigw.name/?p=57</guid>
		<description><![CDATA[近日在CentOS下安装配置成功了MySQL-5.0.27(事实上这种安装方法适合任何Linux版本)，特记下来备忘。^_^
1. 下载mysql-5.0.27.tar.gz： http://www.ntu-tw.lkams.kernel.org/pub/MySQL/Downloads/MySQL-5.0/
2. 安装
    ·解压
# tar xzvf mysql-5.0.27.tar.gz
    ·安装配置


# cd mysql-5.0.27
# mkdir /program/mysql
# ./configure --prefix=/program/mysql --localstatedir=/var/lib/mysql --with-comment=Source --with-server-suffix=-Community --with-mysqld-user=mysql --without-debug --with-big-tables --with-charset=gbk --with-collation=gbk_chinese_ci --with-extra-charsets=all --with-pthread --enable-static --enable-thread-safe-client --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static --enable-assembler --without-innodb --without-ndb-debug

配置成功后会提示：
　　　　MySQL has a Web site at http://www.mysql.com/ which carries details on the
　　　　latest release, upcoming features, and other information [...]]]></description>
		<wfw:commentRss>http://laigw.name/post/57.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache+MySQL5+PHP5规范安装</title>
		<link>http://laigw.name/post/38.html</link>
		<comments>http://laigw.name/post/38.html#comments</comments>
		<pubDate>Sat, 15 Nov 2008 02:28:46 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[安装]]></category>

		<guid isPermaLink="false">http://www.laigw.name/?p=38</guid>
		<description><![CDATA[·准备篇
Apache: apache_2.2.4-win32-x86-no_ssl.msi(http://httpd.apache.org/download.cgi)
MySQL :  mysql-5.0.27-win32.rar(http://www.mysql.com/)
PHP   :  php-5.2.4-Win32.zip(http://cn.php.net/get/php-5.2.4-Win32.zip/from/a/mirror)

·安装篇
一、安装MySQL
 双击mysql-5.0.27-win32的setup.exe，根据提示操作则可。
二、安装apache,
 双击apache_2.2.4-win32-x86-no_ssl.msi，根据提示操作则可。
三、安装php
 解压到c:\php
·配置篇
一、配置httpd.conf:
1、配置DocumentRoot：
  DocumentRoot  &#8220;c:/programfile/Apache/Apache2/htdocs&#8221;
  &#60;Directory  &#8220;c:/programfile/Apache/Apache2/htdocs&#8221;&#62;
  将&#8221;c:/programfile/Apache/Apache2/htdocs&#8221;  替换为自己想设定的路径
2、配置DirectoryIndex：
  DirectoryIndex index.php  index.htm index.html
3、配置LoadFile和LoadModule：
  # make apache load php5ts.dll while running
  LoadFile c:/php/php5ts.dll
  #  make apache load libmysql.dll while running
  LoadFile c:/php/libmysql.dll

  [...]]]></description>
		<wfw:commentRss>http://laigw.name/post/38.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

