<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/mysql/tags/database</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 11:48:50 GMT</pubDate>
<item>
<title>(MySQL) What MySQL Table Has What Column - philsown</title>
<link>http://snipplr.com/view/68577/what-mysql-table-has-what-column/</link>
<description><![CDATA[ <p>How to find a given column in a given database in MySQL</p> ]]></description>
<pubDate>Fri, 16 Nov 2012 00:50:08 GMT</pubDate>
<guid>http://snipplr.com/view/68577/what-mysql-table-has-what-column/</guid>
</item>
<item>
<title>(MySQL) MySQL - Simulate MySQL Queries - satie83</title>
<link>http://snipplr.com/view/67272/mysql--simulate-mysql-queries/</link>
<description><![CDATA[ <p>You could start a transaction before running your queries and then rollback after running them. Note that to do this you'll require InnoDB or XtraDb tables (won't work on MyISAM).</p> ]]></description>
<pubDate>Thu, 20 Sep 2012 20:29:21 GMT</pubDate>
<guid>http://snipplr.com/view/67272/mysql--simulate-mysql-queries/</guid>
</item>
<item>
<title>(MySQL) US &amp;amp; CANADA Cities Database - frederichoule</title>
<link>http://snipplr.com/view/60075/us--canada-cities-database/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 22 Oct 2011 12:36:31 GMT</pubDate>
<guid>http://snipplr.com/view/60075/us--canada-cities-database/</guid>
</item>
<item>
<title>(MySQL) wordpress - MYSQL - Assign all articles from one author to another - krembo99</title>
<link>http://snipplr.com/view/59938/wordpress--mysql--assign-all-articles-from-one-author-to-another/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Oct 2011 13:12:52 GMT</pubDate>
<guid>http://snipplr.com/view/59938/wordpress--mysql--assign-all-articles-from-one-author-to-another/</guid>
</item>
<item>
<title>(MySQL) Updated mysql database from SQL dump - greeneggs614</title>
<link>http://snipplr.com/view/52708/updated-mysql-database-from-sql-dump/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 28 Apr 2011 06:35:03 GMT</pubDate>
<guid>http://snipplr.com/view/52708/updated-mysql-database-from-sql-dump/</guid>
</item>
<item>
<title>(MySQL) Very simple search retrieval query, ranking with tf-idf weight - jatkins</title>
<link>http://snipplr.com/view/51513/very-simple-search-retrieval-query-ranking-with-tfidf-weight/</link>
<description><![CDATA[ <p>This assumes two tables: `search_results` and `keyword_counts`. `search_results` is an inverted index with, at minimum, fields for the keyword indexed, its occurrences, and the indexed item's id in the table it is in (e.g. `item_id` in `search_results` could be `45`, referencing `id = 45` in `documents`) in the table it's in. `keyword_counts` has a row for each indexed item with the total number of unique words in it and its id in the table the actual item is in.

Released into the public domain. This may have bugs in it, but it's worked so far for me.</p> ]]></description>
<pubDate>Mon, 04 Apr 2011 20:33:17 GMT</pubDate>
<guid>http://snipplr.com/view/51513/very-simple-search-retrieval-query-ranking-with-tfidf-weight/</guid>
</item>
<item>
<title>(MySQL) Create utf8 database cli - hamsterbacke82</title>
<link>http://snipplr.com/view/43288/create-utf8-database-cli/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 30 Oct 2010 13:39:30 GMT</pubDate>
<guid>http://snipplr.com/view/43288/create-utf8-database-cli/</guid>
</item>
<item>
<title>(MySQL) Update Wordpress DB to new domain - timkinnane</title>
<link>http://snipplr.com/view/41479/update-wordpress-db-to-new-domain/</link>
<description><![CDATA[ <p>If you\'ve got a Wordpress install that\'s changed domain or you\'re making a local or development copy, you\'ll need to update the Wordpress DB tables  with the new URL.\r\nThe first step is the options table, with siteurl and homeurl. The posts also store the URL, but if the main options are correct WP will figure it out, though I update them too just in case.</p> ]]></description>
<pubDate>Tue, 05 Oct 2010 04:09:22 GMT</pubDate>
<guid>http://snipplr.com/view/41479/update-wordpress-db-to-new-domain/</guid>
</item>
<item>
<title>(MySQL) Import MySQL dumpfile into database - danshields</title>
<link>http://snipplr.com/view/19772/import-mysql-dumpfile-into-database/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 15 Sep 2009 12:08:08 GMT</pubDate>
<guid>http://snipplr.com/view/19772/import-mysql-dumpfile-into-database/</guid>
</item>
<item>
<title>(MySQL) mySQL - granting access permissions - stiobhart</title>
<link>http://snipplr.com/view/15625/mysql--granting-access-permissions/</link>
<description><![CDATA[ <p>granting DB specific and general access priveleges from the CLI</p> ]]></description>
<pubDate>Sun, 07 Jun 2009 11:24:31 GMT</pubDate>
<guid>http://snipplr.com/view/15625/mysql--granting-access-permissions/</guid>
</item>
<item>
<title>(MySQL) mySQL - database backup commands - stiobhart</title>
<link>http://snipplr.com/view/15624/mysql--database-backup-commands/</link>
<description><![CDATA[ <p>CLI commands for backing up mySQL database</p> ]]></description>
<pubDate>Sun, 07 Jun 2009 11:23:02 GMT</pubDate>
<guid>http://snipplr.com/view/15624/mysql--database-backup-commands/</guid>
</item>
</channel>
</rss>