<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (infovore)</title>
    <link>https://pinboard.in/u:infovore/public/</link>
    <description>recent bookmarks from infovore</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://stackoverflow.com/questions/3927690/howto-clean-a-mysql-innodb-storage-engine/4056261#4056261"/>
	<rdf:li rdf:resource="http://stackoverflow.com/questions/1883079/best-practice-import-mysql-file-in-php-split-queries/2011454#2011454"/>
	<rdf:li rdf:resource="http://code.openark.org/blog/mysql/useful-temporal-functions-queries"/>
	<rdf:li rdf:resource="http://weblog.rubyonrails.org/2009/8/30/upgrading-to-snow-leopard"/>
	<rdf:li rdf:resource="http://code.openark.org/blog/mysql/sql-pie-chart"/>
	<rdf:li rdf:resource="http://qwantz.livejournal.com/106986.html"/>
	<rdf:li rdf:resource="http://evilrouters.net/2008/01/05/cakephp-on-os-x-cant-connect-to-mysql/"/>
	<rdf:li rdf:resource="http://www.mjmedia.com.au/sequel-pro.html"/>
	<rdf:li rdf:resource="http://mysqlgame.appspot.com/"/>
	<rdf:li rdf:resource="http://coalface.mcslp.com/2007/10/15/mysql-and-dbdmysql-on-mac-os-x/"/>
	<rdf:li rdf:resource="http://brantinteractive.com/2007/02/16/getting-the-mysql-gem-installed-on-ubuntu/"/>
	<rdf:li rdf:resource="http://g30rg3x.com/utf8-database-converter/"/>
	<rdf:li rdf:resource="http://kylecordes.com/2007/07/12/youtube-scalability/"/>
	<rdf:li rdf:resource="http://www.xaprb.com/blog/2007/03/14/how-to-find-the-max-row-per-group-in-sql-without-subqueries/"/>
	<rdf:li rdf:resource="http://www.mysqlperformanceblog.com/"/>
	<rdf:li rdf:resource="http://jeff-kubina.blogspot.com/2006/03/etech-2006-session-scaling-fast-and.html"/>
	<rdf:li rdf:resource="http://torque.oncloud8.com/archives/000160.html"/>
	<rdf:li rdf:resource="http://www.hoboes.com/html/NetLife/MySQL/"/>
	<rdf:li rdf:resource="http://www.getluky.net/freetag/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://stackoverflow.com/questions/3927690/howto-clean-a-mysql-innodb-storage-engine/4056261#4056261">
    <title>windows - Howto: Clean a mysql InnoDB storage engine? - Stack Overflow</title>
    <dc:date>2014-11-25T18:32:21+00:00</dc:date>
    <link>http://stackoverflow.com/questions/3927690/howto-clean-a-mysql-innodb-storage-engine/4056261#4056261</link>
    <dc:creator>infovore</dc:creator><description><![CDATA[I'm going to need to do this at some point.]]></description>
<dc:subject>mysql innodb</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:infovore/b:1a1a8a981e0c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:innodb"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://stackoverflow.com/questions/1883079/best-practice-import-mysql-file-in-php-split-queries/2011454#2011454">
    <title>Best practice: Import mySQL file in PHP; split queries - Stack Overflow</title>
    <dc:date>2011-04-26T19:04:17+00:00</dc:date>
    <link>http://stackoverflow.com/questions/1883079/best-practice-import-mysql-file-in-php-split-queries/2011454#2011454</link>
    <dc:creator>infovore</dc:creator><description><![CDATA["Here is a memory-friendly function that should be able to split a big file in individual queries without needing to open the whole file at once:" Yep, that'll do. ]]></description>
<dc:subject>php mysql data import utility script</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:infovore/b:71145a7ac338/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:php"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:data"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:import"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:utility"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:script"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://code.openark.org/blog/mysql/useful-temporal-functions-queries">
    <title>Useful temporal functions &amp; queries | code.openark.org</title>
    <dc:date>2009-12-10T08:55:55+00:00</dc:date>
    <link>http://code.openark.org/blog/mysql/useful-temporal-functions-queries</link>
    <dc:creator>infovore</dc:creator><description><![CDATA["Here’s a complication of some common and useful time & date calculations and equations. Some, though very simple, are often misunderstood, leading to inefficient or incorrect implementations. There are many ways to solve such problems. I’ll present my favorites." These are, indeed, useful, and I've been using a few of them recently.
]]></description>
<dc:subject>mysql tips programming databases sql</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:99357858c42a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:tips"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:databases"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:sql"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://weblog.rubyonrails.org/2009/8/30/upgrading-to-snow-leopard">
    <title>Riding Rails: Upgrading to Snow Leopard</title>
    <dc:date>2009-08-31T07:59:36+00:00</dc:date>
    <link>http://weblog.rubyonrails.org/2009/8/30/upgrading-to-snow-leopard</link>
    <dc:creator>infovore</dc:creator><description><![CDATA[A good list of tips - lots of compiled stuff needs to be recompiled to x64, and this will be confusing. I am not upgrading quite yet.
]]></description>
<dc:subject>ruby rails mac osx mysql snowleopard upgrade tips</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:4bdf8d409636/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:osx"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:snowleopard"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:upgrade"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:tips"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://code.openark.org/blog/mysql/sql-pie-chart">
    <title>SQL pie chart | code.openark.org</title>
    <dc:date>2009-08-13T11:03:08+00:00</dc:date>
    <link>http://code.openark.org/blog/mysql/sql-pie-chart</link>
    <dc:creator>infovore</dc:creator><description><![CDATA["My other half says I’m losing it. But I think that as an enthusiast kernel developer she doesn’t have the right to criticize people." Generating ASCII pie charts with a single SQL query. It's a very, very big query. It's a bit crazy.
]]></description>
<dc:subject>sql mysql ascii graphics programming visualization sick</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:fbf3308f3807/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:sql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:ascii"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:graphics"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:visualization"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:sick"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://qwantz.livejournal.com/106986.html">
    <title>qwantz: &quot;select&quot; is a workhorse, &quot;update&quot; is as routine as a pair of pants. &quot;coalesce&quot; is something special</title>
    <dc:date>2009-06-02T11:18:26+00:00</dc:date>
    <link>http://qwantz.livejournal.com/106986.html</link>
    <dc:creator>infovore</dc:creator><description><![CDATA[Ryan North makes a little poem dedicated to the COALESCE function in MySQL. He's right: it's super useful.
]]></description>
<dc:subject>databases mysql poem ryannorth poetry programming sql coalesce</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:ff9547ea45e2/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:databases"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:poem"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:ryannorth"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:poetry"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:sql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:coalesce"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://evilrouters.net/2008/01/05/cakephp-on-os-x-cant-connect-to-mysql/">
    <title>evilrouters.net » Blog Archive » cakephp on os x can’t connect to mysql</title>
    <dc:date>2009-02-11T13:31:27+00:00</dc:date>
    <link>http://evilrouters.net/2008/01/05/cakephp-on-os-x-cant-connect-to-mysql/</link>
    <dc:creator>infovore</dc:creator><description><![CDATA[The reason CakePHP has issues connecting to  MySQL database on OSX 10.5 is because its database adaptor is explicitly looking for the default mysql socket defined in your php.ini. If you fix that, everything works. The critical adjective, if you ever search for this again, is the "OSX" part.
]]></description>
<dc:subject>osx development mysql cakephp troubleshooting frustrating</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:705177da8687/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:osx"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:cakephp"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:troubleshooting"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:frustrating"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.mjmedia.com.au/sequel-pro.html">
    <title>Sequel Pro – MySQL database management app for Mac OS X</title>
    <dc:date>2008-08-28T10:09:02+00:00</dc:date>
    <link>http://www.mjmedia.com.au/sequel-pro.html</link>
    <dc:creator>infovore</dc:creator><description><![CDATA["Sequel Pro is the perfect tool for working with database-driven websites and applications." Leopard-only MySQL management application; forked out of the long-neglected CocoaMySQL.
]]></description>
<dc:subject>leopard macosx web database mysql utility application</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:1e7db1b93c20/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:leopard"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:macosx"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:web"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:utility"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:application"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://mysqlgame.appspot.com/">
    <title>mysqlgame</title>
    <dc:date>2008-08-24T10:35:47+00:00</dc:date>
    <link>http://mysqlgame.appspot.com/</link>
    <dc:creator>infovore</dc:creator><description><![CDATA["Are you tired of browser-based games that are thinly veiled interfaces for databases? Finally, there's a game that just is a database!" This looks awesome.
]]></description>
<dc:subject>mysql games database programming</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:c42a6849db4e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:games"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:programming"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://coalface.mcslp.com/2007/10/15/mysql-and-dbdmysql-on-mac-os-x/">
    <title>MCslp Coalface » MySQL and DBD::mysql on Mac OS X</title>
    <dc:date>2008-02-21T18:04:57+00:00</dc:date>
    <link>http://coalface.mcslp.com/2007/10/15/mysql-and-dbdmysql-on-mac-os-x/</link>
    <dc:creator>infovore</dc:creator><description><![CDATA["The problem exists only with binary distributions of MySQL and is related to the installation location of the libraries for the MySQL client that DBD::mysql uses." Ran into this problem today; wasted an hour on it. Never again.
]]></description>
<dc:subject>mysql perl cpan mysqldbd</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:646ff54a1cb5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:perl"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:cpan"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysqldbd"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://brantinteractive.com/2007/02/16/getting-the-mysql-gem-installed-on-ubuntu/">
    <title>Getting the mysql gem installed on Ubuntu at brant interactive</title>
    <dc:date>2007-12-02T20:45:30+00:00</dc:date>
    <link>http://brantinteractive.com/2007/02/16/getting-the-mysql-gem-installed-on-ubuntu/</link>
    <dc:creator>infovore</dc:creator><description><![CDATA["The problem is that you need the MySQL development headers in order to get the ruby gem to compile…sooo, you need to install this first."
]]></description>
<dc:subject>ubuntu ruby rails mysql</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:942891a15c81/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:ubuntu"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://g30rg3x.com/utf8-database-converter/">
    <title>g30rg3 Blog » UTF-8 Database Converter</title>
    <dc:date>2007-09-30T14:19:54+00:00</dc:date>
    <link>http://g30rg3x.com/utf8-database-converter/</link>
    <dc:creator>infovore</dc:creator><description><![CDATA[A useful plugin for Wordpress - prior to 2.2, data was stored as latin1. Now it's UTF-8. If you've got a lot to convert, this seemed to do the trick.
]]></description>
<dc:subject>wordpress plugins encoding utf8 databse mysql</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:83c7090da0c5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:wordpress"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:plugins"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:encoding"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:utf8"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:databse"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://kylecordes.com/2007/07/12/youtube-scalability/">
    <title>YouTube Scalability Talk - Kyle Cordes</title>
    <dc:date>2007-07-16T20:19:11+00:00</dc:date>
    <link>http://kylecordes.com/2007/07/12/youtube-scalability/</link>
    <dc:creator>infovore</dc:creator><dc:subject>scaling performance youtube python mysql design architecture</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:c588738ad167/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:scaling"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:youtube"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:design"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:architecture"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.xaprb.com/blog/2007/03/14/how-to-find-the-max-row-per-group-in-sql-without-subqueries/">
    <title>How to find the max row per group in SQL without subqueries - Xaprb</title>
    <dc:date>2007-05-08T20:43:10+00:00</dc:date>
    <link>http://www.xaprb.com/blog/2007/03/14/how-to-find-the-max-row-per-group-in-sql-without-subqueries/</link>
    <dc:creator>infovore</dc:creator><description><![CDATA[As with so many other SQL challenges, if you re-phrase the question, it’s easy to select the maximum or minimum row per group without subqueries. The key is to understand what you want, and to be able to word the problem in a way that translates from En
]]></description>
<dc:subject>sql mysql database programming performance howto</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:d15c484fbb30/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:sql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:howto"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.mysqlperformanceblog.com/">
    <title>MySQL Performance Blog</title>
    <dc:date>2006-05-30T11:14:52+00:00</dc:date>
    <link>http://www.mysqlperformanceblog.com/</link>
    <dc:creator>infovore</dc:creator><description><![CDATA[Ooh, crunch - nitty, gritty, technical (and often above-my-head) blog devoted to MySQL performance. But lots of good data in here nontheless. Mmn.
]]></description>
<dc:subject>mysql database blog</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:e1bb7831acd0/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:blog"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://jeff-kubina.blogspot.com/2006/03/etech-2006-session-scaling-fast-and.html">
    <title>vogon poetry: ETech 2006 Session: Scaling Fast and Cheap</title>
    <dc:date>2006-03-19T23:27:05+00:00</dc:date>
    <link>http://jeff-kubina.blogspot.com/2006/03/etech-2006-session-scaling-fast-and.html</link>
    <dc:creator>infovore</dc:creator><description><![CDATA[Nice write-up of Cal's tutorial
]]></description>
<dc:subject>software development scaling mysql php flickr</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:00333c318f50/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:scaling"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:php"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:flickr"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://torque.oncloud8.com/archives/000160.html">
    <title>tim's journal: ODBC MySQL Mail Merge</title>
    <dc:date>2006-02-10T12:36:26+00:00</dc:date>
    <link>http://torque.oncloud8.com/archives/000160.html</link>
    <dc:creator>infovore</dc:creator><description><![CDATA[The bug Darryl Miles points out is the important thing to note, and a real show-stopper. Handy to be able to do this, though
]]></description>
<dc:subject>mysql office word merge odbc</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:43e22e6d5bd4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:office"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:word"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:merge"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:odbc"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.hoboes.com/html/NetLife/MySQL/">
    <title>MySQLfor Other Applications</title>
    <dc:date>2005-07-09T23:13:47+00:00</dc:date>
    <link>http://www.hoboes.com/html/NetLife/MySQL/</link>
    <dc:creator>infovore</dc:creator><description><![CDATA[Some useful reminders in here, even if most of it's been covered before
]]></description>
<dc:subject>mysql howto guide webdev</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:5b870214e068/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:guide"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:webdev"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.getluky.net/freetag/">
    <title>getluky.net : Freetag - an Open Source Tagging / Folksonomy module for PHP/MySQL applications</title>
    <dc:date>2005-04-18T14:36:45+00:00</dc:date>
    <link>http://www.getluky.net/freetag/</link>
    <dc:creator>infovore</dc:creator><description><![CDATA["Freetag is an easy tagging and folksonomy-enabled plugin for use with MySQL-PHP applications"
]]></description>
<dc:subject>php mysql webdev folksonomy tagging tags</dc:subject>
<dc:identifier>https://pinboard.in/u:infovore/b:a463393b3cb4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:php"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:webdev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:folksonomy"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:tagging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:infovore/t:tags"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>