<?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>CodeBlog &#187; MySQL</title>
	<atom:link href="http://www.codeblog.co.uk/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeblog.co.uk</link>
	<description></description>
	<lastBuildDate>Wed, 09 Jun 2010 23:00:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to resolve Fatal error: Class &#8216;mysqli&#8217; not found / Unable to load dynamic library &#8216;c:\PHP\ext\php_mysql.dll&#8217; &#8211; Access is denied.</title>
		<link>http://www.codeblog.co.uk/2008/07/31/web-platforms/how-to-resolve-fatal-error-class-mysqli-not-found-unable-to-load-dynamic-library-cphpextphp_mysqldll-access-is-denied/</link>
		<comments>http://www.codeblog.co.uk/2008/07/31/web-platforms/how-to-resolve-fatal-error-class-mysqli-not-found-unable-to-load-dynamic-library-cphpextphp_mysqldll-access-is-denied/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 10:39:25 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Web Platforms]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQLi]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.codeblog.co.uk/2008/07/31/uncategorized/how-to-resolve-fatal-error-class-mysqli-not-found-unable-to-load-dynamic-library-cphpextphp_mysqldll-access-is-denied/</guid>
		<description><![CDATA[After much digging around on the net and of course Google I managed to cobble together a trouble shooting process to find out why I was getting the error message:
Fatal error: Class &#8216;mysqli&#8217; not found in E:\mysite\sql.php on line 17
PHP Warning: PHP Startup: Unable to load dynamic library &#8216;c:\PHP\ext\php_mysql.dll&#8217; &#8211; Access is denied. in Unknown [...]]]></description>
		<wfw:commentRss>http://www.codeblog.co.uk/2008/07/31/web-platforms/how-to-resolve-fatal-error-class-mysqli-not-found-unable-to-load-dynamic-library-cphpextphp_mysqldll-access-is-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get a list of a tables field / column names from MySQL using PHP &#8211; getFieldNames() Function</title>
		<link>http://www.codeblog.co.uk/2008/05/13/web-development/how-to-get-a-list-of-a-tables-field-column-names-from-mysql-using-php-getfieldnames-function/</link>
		<comments>http://www.codeblog.co.uk/2008/05/13/web-development/how-to-get-a-list-of-a-tables-field-column-names-from-mysql-using-php-getfieldnames-function/#comments</comments>
		<pubDate>Tue, 13 May 2008 11:09:38 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.codeblog.co.uk/2008/05/13/uncategorized/how-to-get-a-list-of-a-tables-field-column-names-from-mysql-using-php-getfieldnames-function/</guid>
		<description><![CDATA[A simple function to replicate the funcationality of the depreciated mysql_list_fields() function. It returns a simple array with a numeric index of the column / field names.
$database &#8211; String &#8211; The database you want to use
$connect_string &#8211; String &#8211; Your connection string
$table &#8211; String &#8211; The name of the table you wish to list the [...]]]></description>
		<wfw:commentRss>http://www.codeblog.co.uk/2008/05/13/web-development/how-to-get-a-list-of-a-tables-field-column-names-from-mysql-using-php-getfieldnames-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cpanel / WHM &#8211; Couldnâ€™t find MySQL manager or server or missing mysql.sock or missing hostname.pid</title>
		<link>http://www.codeblog.co.uk/2008/03/13/web-platforms/cpanel-whm-couldn%e2%80%99t-find-mysql-manager-or-server-or-missing-mysqlsock-or-missing-hostnamepid/</link>
		<comments>http://www.codeblog.co.uk/2008/03/13/web-platforms/cpanel-whm-couldn%e2%80%99t-find-mysql-manager-or-server-or-missing-mysqlsock-or-missing-hostnamepid/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 18:50:51 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Web Platforms]]></category>
		<category><![CDATA[CPanel]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://www.codeblog.co.uk/2008/03/13/uncategorized/cpanel-whm-couldn%e2%80%99t-find-mysql-manager-or-server-or-missing-mysqlsock-or-missing-hostnamepid/</guid>
		<description><![CDATA[We have just leased a nice new dedicate box to run a few high-hit ecommerce sites. Our new dedicated servers are usually pre-loaded with WHM/Cpanel (Cuts ttl) as was the case with this one.
We recieved confirmation that the server had been setup and was live and proceeded to re-configure it for the specific sites. WHM [...]]]></description>
		<wfw:commentRss>http://www.codeblog.co.uk/2008/03/13/web-platforms/cpanel-whm-couldn%e2%80%99t-find-mysql-manager-or-server-or-missing-mysqlsock-or-missing-hostnamepid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Security</title>
		<link>http://www.codeblog.co.uk/2007/08/24/web-development/sql-security/</link>
		<comments>http://www.codeblog.co.uk/2007/08/24/web-development/sql-security/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 11:41:14 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Platforms]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Site Security]]></category>

		<guid isPermaLink="false">http://www.codeblog.co.uk/?p=31</guid>
		<description><![CDATA[SQL injection attacks pose a major security threat to un-guarded application code. Learn how to better protect your queries and code from these types of malicious attacks in this article by Angus Mackay. See his site for more info.

http://www.colinmackay.net/tabid/57/Default.aspx
]]></description>
		<wfw:commentRss>http://www.codeblog.co.uk/2007/08/24/web-development/sql-security/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
