<?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>My Mind Leaks &#187; mysql extensions</title>
	<atom:link href="http://www.mymindleaks.com/blog/archives/tag/mysql-extensions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mymindleaks.com/blog</link>
	<description>Software, Programming, Architecture &#38; More</description>
	<lastBuildDate>Sun, 11 Jul 2010 05:06:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>PHP MySQL &#8211; Cannot Load MySQL Extension</title>
		<link>http://www.mymindleaks.com/blog/archives/php-mysql-cannot-load-mysql-extension.html</link>
		<comments>http://www.mymindleaks.com/blog/archives/php-mysql-cannot-load-mysql-extension.html#comments</comments>
		<pubDate>Wed, 18 Feb 2009 12:37:48 +0000</pubDate>
		<dc:creator>Maheshwaran Subramaniya</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[mysql extensions]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://mymindleaks.com/?p=713</guid>
		<description><![CDATA[I faced the problem of loading the MySQL Extentsion when I upgraded the PHP from 5.0 to 5.2.5. I search for websites on HOW-TO load the PHP MySQL Extension. All the websites quoted saying remove the semicolon &#8220;;&#8221; in the extensions section. It was the same answer even in MySQL forums, which I already knew. [...]]]></description>
			<content:encoded><![CDATA[<p>I faced the problem of loading the MySQL Extentsion when I upgraded the PHP from 5.0 to 5.2.5.<br />
I search for websites on HOW-TO load the PHP MySQL Extension.<br />
All the websites quoted saying remove the semicolon &#8220;;&#8221; in the extensions section.<br />
It was the same answer even in <a href="http://forums.mysql.com/read.php?52,64628,64628">MySQL forums</a>, which I already knew.</p>
<p>But that didn&#8217;t fix the problem. The problem is, the PHP cannot find the extension directory.<br />
Update the below line in your &#8220;php.ini&#8221; file.</p>
<blockquote><p>; Directory in which the loadable extensions (modules) reside.</p>
<p>extension_dir = &#8220;./ext&#8221;</p></blockquote>
<p><em>Source: Moved from maheshexp.wordpress.com</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mymindleaks.com/blog/archives/php-mysql-cannot-load-mysql-extension.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
