<?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>Blog &#124; Pages of Interest &#187; MySQL</title>
	<atom:link href="http://pagesofinterest.net/blog/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://pagesofinterest.net/blog</link>
	<description>1000% Hyperbole Free</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:57:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MyTop, Top for MySQL</title>
		<link>http://pagesofinterest.net/blog/2010/11/mytop-top-for-mysql/</link>
		<comments>http://pagesofinterest.net/blog/2010/11/mytop-top-for-mysql/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 00:00:43 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Server Admin]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=980</guid>
		<description><![CDATA[ECPod must have jumped a bit in popularity, as today, while skim-reading the error log I noticed a lot of these: &#91;exception 'PDOException' with message 'SQLSTATE[00000] [1040] Too many connections' in ../includes/classes/db/connection.php5 My initial reaction was to simply increase the connection limit in /etc/my.cnf. After doing that I also went through parts of our codebase [...]<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2010/11/mysql-workbench/' rel='bookmark' title='MySQL Workbench'>MySQL Workbench</a> <small>I&#8217;ve very recently started using MySQL Workbench, and see it...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2010/11/mytop-top-for-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Workbench</title>
		<link>http://pagesofinterest.net/blog/2010/11/mysql-workbench/</link>
		<comments>http://pagesofinterest.net/blog/2010/11/mysql-workbench/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 08:31:59 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=885</guid>
		<description><![CDATA[I&#8217;ve very recently started using MySQL Workbench, and see it as a viable replacement for phpMyAdmin. Since before I can remember, I&#8217;ve used either the CLI or phpMyAdmin to work with MySQL databases. With the project I&#8217;m currently working on, we have phpMyAdmin installed on the development server, but not the production server &#8211; we [...]<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2010/11/mytop-top-for-mysql/' rel='bookmark' title='MyTop, Top for MySQL'>MyTop, Top for MySQL</a> <small>ECPod must have jumped a bit in popularity, as today,...</small></li>
<li><a href='http://pagesofinterest.net/blog/2009/05/perl-script-to-insert-dbpedia-infobox-data-into-a-mysql-database/' rel='bookmark' title='Perl Script to Insert DBpedia Infobox Data into a MySQL Database'>Perl Script to Insert DBpedia Infobox Data into a MySQL Database</a> <small>This script parses out the Wikipedia page, DBPedia Infobox Predicate...</small></li>
<li><a href='http://pagesofinterest.net/blog/2008/09/chinese-idiom-database-updates/' rel='bookmark' title='Chinese Idiom Database Updates'>Chinese Idiom Database Updates</a> <small>I hit a brick wall with my plugin development, so...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2010/11/mysql-workbench/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl Script to Insert DBpedia Infobox Data into a MySQL Database</title>
		<link>http://pagesofinterest.net/blog/2009/05/perl-script-to-insert-dbpedia-infobox-data-into-a-mysql-database/</link>
		<comments>http://pagesofinterest.net/blog/2009/05/perl-script-to-insert-dbpedia-infobox-data-into-a-mysql-database/#comments</comments>
		<pubDate>Mon, 18 May 2009 14:10:45 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[DBpedia]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=668</guid>
		<description><![CDATA[This script parses out the Wikipedia page, DBPedia Infobox Predicate and Infobox subject, and inserts them into a MySQL table.  I thought I'd share it with The Internet in case someone else wanted to work with DBPedia infobox data in the same way.<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2010/11/mysql-workbench/' rel='bookmark' title='MySQL Workbench'>MySQL Workbench</a> <small>I&#8217;ve very recently started using MySQL Workbench, and see it...</small></li>
<li><a href='http://pagesofinterest.net/blog/2009/02/strip-uxxxx-from-string-and-replace-it-with-the-correct-unicode-character/' rel='bookmark' title='Strip /uXXXX From String and Replace it With the Correct Unicode Character'>Strip /uXXXX From String and Replace it With the Correct Unicode Character</a> <small>I discovered '/uXXXX' appearing where pretty unicode characters should be...</small></li>
<li><a href='http://pagesofinterest.net/blog/2010/11/mytop-top-for-mysql/' rel='bookmark' title='MyTop, Top for MySQL'>MyTop, Top for MySQL</a> <small>ECPod must have jumped a bit in popularity, as today,...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2009/05/perl-script-to-insert-dbpedia-infobox-data-into-a-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chinese Idiom Database Updates</title>
		<link>http://pagesofinterest.net/blog/2008/09/chinese-idiom-database-updates/</link>
		<comments>http://pagesofinterest.net/blog/2008/09/chinese-idiom-database-updates/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 00:19:23 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[Idiom]]></category>
		<category><![CDATA[Chinese Idioms]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Rapidweaver]]></category>
		<category><![CDATA[成语]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=384</guid>
		<description><![CDATA[I hit a brick wall with my plugin development, so I spent some time updating the <a href="http://pagesofinterest.net/idiom-database/">Chinese Idiom Database</a>.<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2008/06/been-a-long-time/' rel='bookmark' title='Been a Long Time&#8230;'>Been a Long Time&#8230;</a> <small>Iâ€™d say I enjoyed about 15% of the creation process....</small></li>
<li><a href='http://pagesofinterest.net/blog/2009/05/perl-script-to-insert-dbpedia-infobox-data-into-a-mysql-database/' rel='bookmark' title='Perl Script to Insert DBpedia Infobox Data into a MySQL Database'>Perl Script to Insert DBpedia Infobox Data into a MySQL Database</a> <small>This script parses out the Wikipedia page, DBPedia Infobox Predicate...</small></li>
<li><a href='http://pagesofinterest.net/blog/2008/06/busy-week-some-updates/' rel='bookmark' title='Busy Week, Some Updates'>Busy Week, Some Updates</a> <small>Last Friday I released my first commercial product: a pack...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2008/09/chinese-idiom-database-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!DOCTYPE html>
<html xmlns:og="http://ogp.me/ns#">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<meta name="generator" content="RapidWeaver" />
		<link rel="icon" href="http://pagesofinterest.net/favicon.ico" type="image/x-icon" />
		<link rel="shortcut icon" href="http://pagesofinterest.net/favicon.ico" type="image/x-icon" />
		

        				<title>Tag Archive for &quot;&quot; | Blog | Pages of Interest</title>
  
		        
		<link rel="stylesheet" type="text/css" media="print" href="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/consolidated-print-79.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/consolidated-screen-79.css" />
		
		
		
		
		
                
        <link rel="icon" type="image/png" href="http://pagesofinterest.net/favicon.png" />        

		<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
		<script type="text/javascript" src="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/scripts/libs.js?1328448743"></script>
		<script type="text/javascript" src="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/scripts/javascript.js?1328448743"></script>
		<script type="text/javascript" src="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/scripts/site.js?1328448743"></script>
		<!--[if IE]><script type="text/javascript" src="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/scripts/html5.js?1328448743"></script>
		<link rel="stylesheet" type="text/css" media="screen" href="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/css/ie.css" />
		<![endif]-->
		
	    
	    
