﻿<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>评论: 无法载入 mysql 扩展，比Oracle难多了</title>
	<link>http://www.ixdba.com/html/y2007/m04/50-apache-php-mysql.html</link>
	<description>dba on unix</description>
	<pubDate>Thu, 20 Nov 2008 22:31:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>作者: cosbeta</title>
		<link>http://www.ixdba.com/html/y2007/m04/50-apache-php-mysql.html#comment-58</link>
		<author>cosbeta</author>
		<pubDate>Sun, 08 Apr 2007 02:13:18 +0000</pubDate>
		<guid>http://www.ixdba.com/html/y2007/m04/50-apache-php-mysql.html#comment-58</guid>
					<description>php5加载mysql扩展需要其它的设置,你不如看看这里http://www.storyday.com/html/y2007/m02/379-php-course-lamp.html</description>
		<content:encoded><![CDATA[<p>php5加载mysql扩展需要其它的设置,你不如看看这里http://www.storyday.com/html/y2007/m02/379-php-course-lamp.html</p>
]]></content:encoded>
				</item>
	<item>
		<title>作者: piner</title>
		<link>http://www.ixdba.com/html/y2007/m04/50-apache-php-mysql.html#comment-254</link>
		<author>piner</author>
		<pubDate>Wed, 02 May 2007 02:15:09 +0000</pubDate>
		<guid>http://www.ixdba.com/html/y2007/m04/50-apache-php-mysql.html#comment-254</guid>
					<description>后来没有怎么变,也就解决了,见
http://www.ixdba.com/html/y2007/m04/71-new-test-env.html</description>
		<content:encoded><![CDATA[<p>后来没有怎么变,也就解决了,见<br />
<a href="http://www.ixdba.com/html/y2007/m04/71-new-test-env.html" rel="nofollow">http://www.ixdba.com/html/y2007/m04/71-new-test-env.html</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>作者: justin</title>
		<link>http://www.ixdba.com/html/y2007/m04/50-apache-php-mysql.html#comment-401</link>
		<author>justin</author>
		<pubDate>Tue, 15 May 2007 06:14:44 +0000</pubDate>
		<guid>http://www.ixdba.com/html/y2007/m04/50-apache-php-mysql.html#comment-401</guid>
					<description>php521下怎么连接oracle8.1.7</description>
		<content:encoded><![CDATA[<p>php521下怎么连接oracle8.1.7</p>
]]></content:encoded>
				</item>
	<item>
		<title>作者: piner</title>
		<link>http://www.ixdba.com/html/y2007/m04/50-apache-php-mysql.html#comment-403</link>
		<author>piner</author>
		<pubDate>Tue, 15 May 2007 06:30:15 +0000</pubDate>
		<guid>http://www.ixdba.com/html/y2007/m04/50-apache-php-mysql.html#comment-403</guid>
					<description>[quote]
			php521下怎么连接oracle8.1.7
[/quote]
应当类似mysql，有一个Oracle的扩展的。</description>
		<content:encoded><![CDATA[<p>[quote]<br />
			php521下怎么连接oracle8.1.7<br />
[/quote]<br />
应当类似mysql，有一个Oracle的扩展的。</p>
]]></content:encoded>
				</item>
	<item>
		<title>作者: reficul</title>
		<link>http://www.ixdba.com/html/y2007/m04/50-apache-php-mysql.html#comment-485</link>
		<author>reficul</author>
		<pubDate>Sun, 27 May 2007 05:29:53 +0000</pubDate>
		<guid>http://www.ixdba.com/html/y2007/m04/50-apache-php-mysql.html#comment-485</guid>
					<description>要把php的win32包裡面的libmysql.dll也拷貝到windows/system32下面!</description>
		<content:encoded><![CDATA[<p>要把php的win32包裡面的libmysql.dll也拷貝到windows/system32下面!</p>
]]></content:encoded>
				</item>
	<item>
		<title>作者: fire9</title>
		<link>http://www.ixdba.com/html/y2007/m04/50-apache-php-mysql.html#comment-1596</link>
		<author>fire9</author>
		<pubDate>Mon, 25 Feb 2008 09:13:38 +0000</pubDate>
		<guid>http://www.ixdba.com/html/y2007/m04/50-apache-php-mysql.html#comment-1596</guid>
					<description>php.ini里面不是有ORACLE8这个模块吗？</description>
		<content:encoded><![CDATA[<p>php.ini里面不是有ORACLE8这个模块吗？</p>
]]></content:encoded>
				</item>
	<item>
		<title>作者: fengsane</title>
		<link>http://www.ixdba.com/html/y2007/m04/50-apache-php-mysql.html#comment-1747</link>
		<author>fengsane</author>
		<pubDate>Sun, 18 May 2008 15:03:49 +0000</pubDate>
		<guid>http://www.ixdba.com/html/y2007/m04/50-apache-php-mysql.html#comment-1747</guid>
					<description>兄弟，我也郁闷了很久，但最后解决了。解决方法可以给你看一看。就是我用phpinfo()函数写了个测试脚本，在看到脚本显示的信息才发现，尽管我指定了路径，操作系统却一直把php的配置脚本放在原来默认的c:\windows。把php.ini放到c:\windows后一切都解决了。</description>
		<content:encoded><![CDATA[<p>兄弟，我也郁闷了很久，但最后解决了。解决方法可以给你看一看。就是我用phpinfo()函数写了个测试脚本，在看到脚本显示的信息才发现，尽管我指定了路径，操作系统却一直把php的配置脚本放在原来默认的c:\windows。把php.ini放到c:\windows后一切都解决了。</p>
]]></content:encoded>
				</item>
</channel>
</rss>
