<?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>Forums, Blogs, Wikis &#187; mysql</title>
	<atom:link href="http://forumsblogswikis.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://forumsblogswikis.com</link>
	<description>News on forums, blogs, wikis, cms, etc</description>
	<lastBuildDate>Sat, 05 May 2012 17:33:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to add a timer to Eventum</title>
		<link>http://forumsblogswikis.com/2009/01/02/adding-a-timer-to-eventum/</link>
		<comments>http://forumsblogswikis.com/2009/01/02/adding-a-timer-to-eventum/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 16:39:05 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[eventum]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=338</guid>
		<description><![CDATA[I've been using Eventum for a while to keep track of bugs in a web application of mine. There was one feature missing that I really needed, and which made me switch to dotProject for a few months and that was a timer. When I'm working on a bug I wanted a way to be [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2009/01/02/adding-a-timer-to-eventum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install WordPress 2.5.1</title>
		<link>http://forumsblogswikis.com/2008/06/17/how-to-install-wordpress-251/</link>
		<comments>http://forumsblogswikis.com/2008/06/17/how-to-install-wordpress-251/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 22:37:28 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=277</guid>
		<description><![CDATA[WordPress is a insanely popular blogging platform, and with every release it gets better. It's also very easy to install, even for those who have never installed a CMS on their server before. The first step is to head over to WordPress.org and download the WordPress file. Click on the Download button on the top [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/06/17/how-to-install-wordpress-251/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL_CALC_FOUND_ROWS &#8211; Is it faster?</title>
		<link>http://forumsblogswikis.com/2008/06/12/sql_calc_found_rows-is-it-faster/</link>
		<comments>http://forumsblogswikis.com/2008/06/12/sql_calc_found_rows-is-it-faster/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 14:42:35 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=274</guid>
		<description><![CDATA[Reading through a post on SQL_CALC_FOUND_ROWS actually being slower that running one query followed by a count query I decided I needed to do a little benchmarking on my own. Creating the sample data For this I wanted a relatively large data set to work with to make the difference as high as possible. I [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/06/12/sql_calc_found_rows-is-it-faster/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sometimes I just frustrate myself</title>
		<link>http://forumsblogswikis.com/2008/05/14/sometimes-i-just-frustrate-myself/</link>
		<comments>http://forumsblogswikis.com/2008/05/14/sometimes-i-just-frustrate-myself/#comments</comments>
		<pubDate>Wed, 14 May 2008 22:38:03 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=261</guid>
		<description><![CDATA[Have you ever spent way too much time looking for a solution to a problem?&#160; Ever felt like smacking yourself in the head when you finally found the fix?&#160; Well today I spent about half an hour trying to find out why a MySQL INSERT query wasn't working. I was working on a logging table [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/05/14/sometimes-i-just-frustrate-myself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparing MySQL search speed for different column types</title>
		<link>http://forumsblogswikis.com/2008/01/18/comparing-mysql-search-speed-for-different-column-types/</link>
		<comments>http://forumsblogswikis.com/2008/01/18/comparing-mysql-search-speed-for-different-column-types/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 20:08:02 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/2008/01/18/comparing-mysql-search-speed-for-different-column-types/</guid>
		<description><![CDATA[Starting work on a new website I wanted to know which type of MySQL column was the fastest to search on. I assume it's a numeric column, but I really want to know how much of a difference it makes. What I'm working on right now is an options table and it would be a [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/01/18/comparing-mysql-search-speed-for-different-column-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using AJAX to get city and state from zip code</title>
		<link>http://forumsblogswikis.com/2007/08/15/using-ajax-to-get-city-and-state-from-zip-code/</link>
		<comments>http://forumsblogswikis.com/2007/08/15/using-ajax-to-get-city-and-state-from-zip-code/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 23:02:22 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.forumsblogswikis.com/2007/08/15/using-ajax-to-get-city-and-state-from-zip-code/</guid>
		<description><![CDATA[This is something that I wrote a few years ago when I first started using AJAX type calls in my programs. It will allow you to enter a zip code, either 5 or 9 digit, and will load the city into a text field and state into a dropdown. If the city field is blank [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2007/08/15/using-ajax-to-get-city-and-state-from-zip-code/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>PHP script to export MySQL database as tab delimited file</title>
		<link>http://forumsblogswikis.com/2007/07/15/php-script-to-export-mysql-database-as-tab-delimited-file/</link>
		<comments>http://forumsblogswikis.com/2007/07/15/php-script-to-export-mysql-database-as-tab-delimited-file/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 22:07:14 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.forumsblogswikis.com/2007/07/15/php-script-to-export-mysql-database-as-tab-delimited-file/</guid>
		<description><![CDATA[Found a short script today and thought others here might find it useful. It connects to your MySQL server and exports a table as a tab delimited text file. Great if you're trying to import your MySQL data into another program where normal SQL may not work.]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2007/07/15/php-script-to-export-mysql-database-as-tab-delimited-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Clearing out MySQL binary logs</title>
		<link>http://forumsblogswikis.com/2007/06/16/clearing-out-mysql-binary-logs/</link>
		<comments>http://forumsblogswikis.com/2007/06/16/clearing-out-mysql-binary-logs/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 11:19:23 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.forumsblogswikis.com/2007/06/16/clearing-out-mysql-binary-logs/</guid>
		<description><![CDATA[Over the past few weeks WHM has been sending me emails that my server space was getting full. I guess 80% is the threshold for those emails. But it was creeping up so slowly that over the course of 8 or 10 weeks it had only gone from 80% to 82% which I figure is [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2007/06/16/clearing-out-mysql-binary-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Coppermine Gallery 1.4.10</title>
		<link>http://forumsblogswikis.com/2007/06/01/how-to-install-coppermine-gallery-1410/</link>
		<comments>http://forumsblogswikis.com/2007/06/01/how-to-install-coppermine-gallery-1410/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 22:30:29 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://www.forumsblogswikis.com/2007/06/01/how-to-install-coppermine-gallery-1410/</guid>
		<description><![CDATA[Coppermine Gallery is a popular open-source photogallery script that's used on sites all over the web. And it's a very easy install. Download the files Head on over to the Coppermine home page to get the download file. Across the top you'll see a link for Download. Click there to be taken to the SourceForge [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2007/06/01/how-to-install-coppermine-gallery-1410/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqldump &#8211; Backing up your database</title>
		<link>http://forumsblogswikis.com/2007/06/01/mysqldump-backing-up-your-database/</link>
		<comments>http://forumsblogswikis.com/2007/06/01/mysqldump-backing-up-your-database/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 19:43:42 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.forumsblogswikis.com/2007/06/01/mysqldump-backing-up-your-database/</guid>
		<description><![CDATA[One of the support programs that comes with MySQL is an often overlooked program called mysqldump. With mysqldump you can easily dump a MySQL database to either CSV, XML, or a complete set of SQL instructions needed to recreate the database. Normally you will call mysqldump using the following formats. >$ mysqldump [options] database_name [tables] [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2007/06/01/mysqldump-backing-up-your-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

