<?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>DesignerMill &#187; Tutorials &#8211; MySQL</title>
	<atom:link href="http://designermill.com/category/tutorials/mysql-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://designermill.com</link>
	<description>Designer Resource in Color</description>
	<lastBuildDate>Mon, 10 Aug 2009 22:33:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Quick Tip &#8211; How to Connect to MySQL using Perl</title>
		<link>http://designermill.com/2008/04/14/quick-tip-how-to-connect-to-mysql-using-perl/</link>
		<comments>http://designermill.com/2008/04/14/quick-tip-how-to-connect-to-mysql-using-perl/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 20:10:20 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Tutorials - MySQL]]></category>
		<category><![CDATA[Clarity]]></category>
		<category><![CDATA[Database Database]]></category>
		<category><![CDATA[Database Host]]></category>
		<category><![CDATA[Db Domain]]></category>
		<category><![CDATA[Dbh]]></category>
		<category><![CDATA[Dsn]]></category>
		<category><![CDATA[Host Hostname]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Mysql Database]]></category>
		<category><![CDATA[Mysql Host]]></category>
		<category><![CDATA[Mysql Perl]]></category>
		<category><![CDATA[Password Database]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Perl Database]]></category>
		<category><![CDATA[Perl Dbi]]></category>
		<category><![CDATA[Port 3306]]></category>
		<category><![CDATA[Quick Connect]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Turf]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://whitesandsdigital.com/wordpress/2008/04/14/quick-tip-how-to-connect-to-mysql-using-perl/</guid>
		<description><![CDATA[This is a Quick Tip on how to connect to a MySQL database using Perl. Even though many other languages are sneaking their way onto Perl&#8217;s turf. There is still a great demand for Perl on the web, so don&#8217;t forget one of it&#8217;s primary uses. Here&#8217;s the code:
#!/usr/bin/perl
use DBI;
$database = &#8220;DATABASENAME&#8221;;
$hostname = &#8220;db.DOMAIN&#8221;;
$port = [...]]]></description>
		<wfw:commentRss>http://designermill.com/2008/04/14/quick-tip-how-to-connect-to-mysql-using-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip &#8211; How to connect to MySQL with PHP</title>
		<link>http://designermill.com/2008/04/14/quick-tip-how-to-connect-to-mysql-with-php/</link>
		<comments>http://designermill.com/2008/04/14/quick-tip-how-to-connect-to-mysql-with-php/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 19:37:58 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Tutorials - MySQL]]></category>
		<category><![CDATA[Localhost]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Mysql Databases]]></category>
		<category><![CDATA[Mysql Php]]></category>
		<category><![CDATA[Php Function]]></category>
		<category><![CDATA[Php Mysql]]></category>
		<category><![CDATA[Quick Connect]]></category>
		<category><![CDATA[Root Password]]></category>
		<category><![CDATA[Url]]></category>

		<guid isPermaLink="false">http://whitesandsdigital.com/wordpress/2008/04/14/quick-tip-how-to-connect-to-mysql-with-php/</guid>
		<description><![CDATA[This is a Quick Tip on how to connect to MySQL with PHP. We have all done it from time to time, but sometimes we forget just how to connect to those pesky MySQL databases directly using PHP. So here&#8217;s how it&#8217;s done:

&#60;?php
function open(  ){$db = mysql_connect( &#8216;localhost&#8217;, &#8216;root&#8217;, &#8216;password&#8217; );
} ?&#62;

Here we have [...]]]></description>
		<wfw:commentRss>http://designermill.com/2008/04/14/quick-tip-how-to-connect-to-mysql-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
