<?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>Free Technology Tutorials &#187; Database</title>
	<atom:link href="http://educhalk.org/blog/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://educhalk.org/blog</link>
	<description>Technology Made Easy</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:04:51 +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>Overview of WordPress 2.8 Database Tables</title>
		<link>http://educhalk.org/blog/2009/10/overview-of-wordpress-2-8-database-tables/</link>
		<comments>http://educhalk.org/blog/2009/10/overview-of-wordpress-2-8-database-tables/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 14:38:15 +0000</pubDate>
		<dc:creator>figaro</dc:creator>
				<category><![CDATA[WP Older]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[From WordPress Codex]]></category>
		<category><![CDATA[Released Under GPL]]></category>

		<guid isPermaLink="false">http://educhalk.org/blog/?p=494</guid>
		<description><![CDATA[TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; WordPress 2.8 Database Table Overview WordPress 2.8 Tables (10) Table Name Description Relevant Area(s) of WordPress User [...]
Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/10/how-to-write-a-wordpress-post/' rel='bookmark' title='How to Write a WordPress Post'>How to Write a WordPress Post</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/wordpress-pages-the-basics/' rel='bookmark' title='WordPress Pages &#8212; The Basics'>WordPress Pages &#8212; The Basics</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/wordpress-comment-moderation/' rel='bookmark' title='WordPress Comment Moderation'>WordPress Comment Moderation</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton494" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F10%2Foverview-of-wordpress-2-8-database-tables%2F&amp;text=Overview%20of%20WordPress%202.8%20Database%20Tables&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F10%2Foverview-of-wordpress-2-8-database-tables%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://educhalk.org/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><em>Note: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>WordPress 2.8 Database Table Overview </strong></p>
<table border="1" cellpadding="0">
<tbody>
<tr>
<td colspan="3" valign="top"><strong>WordPress 2.8 Tables (10)</strong></td>
</tr>
<tr>
<td width="6%" valign="top"><strong>Table Name </strong></td>
<td width="35%" valign="top"><strong>Description </strong></td>
<td valign="top"><strong>Relevant Area(s) of WordPress User Interface </strong></td>
</tr>
<tr>
<td valign="top"><strong>wp_comments </strong></td>
<td valign="top">The <strong>comments</strong> within WordPress are stored in the wp_comments   table.</td>
<td valign="top">Comments are created by readers as responses to posts.   Comments are managed by administrator via Administration &gt; Comments &gt; Comments</td>
</tr>
<tr>
<td valign="top"><strong>wp_links </strong></td>
<td valign="top">The wp_links holds information related to the <strong>links</strong> entered into the Links feature of WordPress.</td>
<td valign="top">
<ul>
<li>Administration        &gt; Links &gt; Add New</li>
<li>Administration        &gt; Links &gt; Edit</li>
</ul>
</td>
</tr>
<tr>
<td valign="top"><strong>wp_options </strong></td>
<td valign="top">The <strong>Options</strong> set under the <strong>Administration &gt; Settings</strong> panel are stored in the wp_options table.</td>
<td valign="top">
<ul>
<li>Administration        &gt; Settings &gt; General</li>
<li>Administration        &gt; Settings &gt; Writing</li>
<li>Administration        &gt; Settings &gt; Reading</li>
<li>Administration        &gt; Settings &gt; Discussion</li>
<li>Administration        &gt; Settings &gt; Privacy</li>
<li>Administration        &gt; Settings &gt; Permalinks</li>
<li>Administration        &gt; Settings &gt; Miscellaneous</li>
<li>Administration        &gt; Appearance &gt; Widgets</li>
</ul>
</td>
</tr>
<tr>
<td valign="top"><strong>wp_postmeta </strong></td>
<td valign="top">Each <strong>post</strong> features information called the <strong>meta   data</strong> and it is stored in the wp_postmeta. Some plugins may add their own   information to this table.</td>
<td valign="top">
<ul>
<li>Administration        &gt; Posts &gt; Add New</li>
<li>Administration        &gt; Pages &gt; Add New</li>
</ul>
</td>
</tr>
<tr>
<td valign="top"><strong>wp_posts </strong></td>
<td valign="top">The core of the WordPress data is the <strong>posts</strong>. It is   stored in the wp_posts table.</td>
<td valign="top">
<ul>
<li>Administration        &gt; Posts &gt; Add New</li>
<li>Administration        &gt; Posts &gt; Edit</li>
<li>Administration        &gt; Pages &gt; Add New</li>
<li>Administration        &gt; Page &gt; Edit</li>
<li>Administration        &gt; Media &gt; Add New</li>
<li>Administration        &gt; Media &gt; Library</li>
</ul>
</td>
</tr>
<tr>
<td valign="top"><strong>wp_terms </strong></td>
<td valign="top">The <strong>categories</strong> for both posts and links and the <strong>tags</strong> for posts are found within the wp_terms table.</td>
<td rowspan="3" valign="top">
<ul>
<li>Administration        &gt; Posts &gt; Tags</li>
<li>Administration        &gt; Posts &gt; Categories</li>
<li>Administration        &gt; Links &gt; Link Categories</li>
<li>Administration        &gt; Posts &gt; Add New</li>
<li>Administration        &gt; Posts &gt; Edit</li>
<li>Administration        &gt; Pages &gt; Add New</li>
<li>Administration        &gt; Page &gt; Edit</li>
</ul>
</td>
</tr>
<tr>
<td valign="top"><strong>wp_term_relationships </strong></td>
<td valign="top"><strong>Posts</strong> are associated with categories and tags from   the wp_terms table and this association is maintained in the wp_term_relationships   table. The association of <strong>links</strong> to their respective categories are   also kept in this table.</td>
</tr>
<tr>
<td valign="top"><strong>wp_term_taxonomy </strong></td>
<td valign="top">This table describes the taxonomy (<strong>category</strong>, <strong>link</strong>,   or <strong>tag</strong>) for the entries in the wp_terms table.</td>
</tr>
<tr>
<td valign="top"><strong>wp_usermeta </strong></td>
<td valign="top">Each <strong>user</strong> features information called the <strong>meta   data</strong> and it is stored in wp_usermeta.</td>
<td valign="top">
<ul>
<li>Administration        &gt; Users</li>
</ul>
</td>
</tr>
<tr>
<td valign="top"><strong>wp_users </strong></td>
<td valign="top">The list of <strong>users</strong> is maintained in table wp_users.</td>
<td valign="top">
<ul>
<li>Administration        &gt; Users</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/10/how-to-write-a-wordpress-post/' rel='bookmark' title='How to Write a WordPress Post'>How to Write a WordPress Post</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/wordpress-pages-the-basics/' rel='bookmark' title='WordPress Pages &#8212; The Basics'>WordPress Pages &#8212; The Basics</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/wordpress-comment-moderation/' rel='bookmark' title='WordPress Comment Moderation'>WordPress Comment Moderation</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://educhalk.org/blog/2009/10/overview-of-wordpress-2-8-database-tables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Error Establishing a Database Connection&#8221; &#8212; How to Fix This WordPress Error</title>
		<link>http://educhalk.org/blog/2009/03/error-establishing-a-database-connection-how-to-fix-this-wordpress-error/</link>
		<comments>http://educhalk.org/blog/2009/03/error-establishing-a-database-connection-how-to-fix-this-wordpress-error/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 20:20:09 +0000</pubDate>
		<dc:creator>figaro</dc:creator>
				<category><![CDATA[Just the Video Tutorials]]></category>
		<category><![CDATA[WP database]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Database Error]]></category>

		<guid isPermaLink="false">http://educhalk.org/blog/?p=148</guid>
		<description><![CDATA[Tweet&#8220;Error Establishing a Database Connection&#8221; &#8212; How to Fix This WordPress Error: Part 1 of 2 &#8220;Error Establishing a Database Connection&#8221; &#8212; How to Fix This WordPress Error: Part 2 of 2 Related posts: How to Import a Large WordPress Database &#8212; An Alternative to phpMyAdmin TweetIMPORTANT MESSAGE: If you use the Bigdump script I [...]
Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/01/how-to-import-a-large-wordpress-database-an-alternative-to-phpmyadmin/' rel='bookmark' title='How to Import a Large WordPress Database &#8212; An Alternative to phpMyAdmin'>How to Import a Large WordPress Database &#8212; An Alternative to phpMyAdmin</a> <small>TweetIMPORTANT MESSAGE: If you use the Bigdump script I illustrate...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton148" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F03%2Ferror-establishing-a-database-connection-how-to-fix-this-wordpress-error%2F&amp;text=%26%238220%3BError%20Establishing%20a%20Database%20Connection%26%238221%3B%20%26%238212%3B%20How%20to%20Fix%20This%20WordPress%20Error&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F03%2Ferror-establishing-a-database-connection-how-to-fix-this-wordpress-error%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://educhalk.org/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>&#8220;Error Establishing a Database Connection&#8221; &#8212; How to Fix This WordPress Error: Part 1 of 2</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/-xu1zWxNBh0&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/-xu1zWxNBh0&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>&#8220;Error Establishing a Database Connection&#8221; &#8212; How to Fix This WordPress Error: Part 2 of 2</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/lOFfCirVj04&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/lOFfCirVj04&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/01/how-to-import-a-large-wordpress-database-an-alternative-to-phpmyadmin/' rel='bookmark' title='How to Import a Large WordPress Database &#8212; An Alternative to phpMyAdmin'>How to Import a Large WordPress Database &#8212; An Alternative to phpMyAdmin</a> <small>TweetIMPORTANT MESSAGE: If you use the Bigdump script I illustrate...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://educhalk.org/blog/2009/03/error-establishing-a-database-connection-how-to-fix-this-wordpress-error/feed/</wfw:commentRss>
		<slash:comments>143</slash:comments>
		</item>
		<item>
		<title>How to Mass Delete Unapproved WordPress Comments</title>
		<link>http://educhalk.org/blog/2009/01/how-to-mass-delete-unapproved-comments/</link>
		<comments>http://educhalk.org/blog/2009/01/how-to-mass-delete-unapproved-comments/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 18:02:53 +0000</pubDate>
		<dc:creator>figaro</dc:creator>
				<category><![CDATA[Just the Video Tutorials]]></category>
		<category><![CDATA[WP Comments]]></category>
		<category><![CDATA[WP database]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Manage comments]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://educhalk.org/blog/?p=133</guid>
		<description><![CDATA[TweetHow to Mass Delete Unapproved Comments from Your WordPress Database Using phpMyAdmin Related posts: How to Import a Large WordPress Database &#8212; An Alternative to phpMyAdmin TweetIMPORTANT MESSAGE: If you use the Bigdump script I illustrate... WordPress Trash Feature &#8212; How to Customize TweetIn WordPress 2.9 one of the new features is the...
Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/01/how-to-import-a-large-wordpress-database-an-alternative-to-phpmyadmin/' rel='bookmark' title='How to Import a Large WordPress Database &#8212; An Alternative to phpMyAdmin'>How to Import a Large WordPress Database &#8212; An Alternative to phpMyAdmin</a> <small>TweetIMPORTANT MESSAGE: If you use the Bigdump script I illustrate...</small></li>
<li><a href='http://educhalk.org/blog/2010/01/wordpress-2-9-trash-feature-how-to-customize/' rel='bookmark' title='WordPress Trash Feature &#8212; How to Customize'>WordPress Trash Feature &#8212; How to Customize</a> <small>TweetIn WordPress 2.9 one of the new features is the...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton133" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F01%2Fhow-to-mass-delete-unapproved-comments%2F&amp;text=How%20to%20Mass%20Delete%20Unapproved%20WordPress%20Comments&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F01%2Fhow-to-mass-delete-unapproved-comments%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://educhalk.org/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>How to Mass Delete Unapproved Comments from Your WordPress Database Using phpMyAdmin</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/QCA4loQi7yM&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/QCA4loQi7yM&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/01/how-to-import-a-large-wordpress-database-an-alternative-to-phpmyadmin/' rel='bookmark' title='How to Import a Large WordPress Database &#8212; An Alternative to phpMyAdmin'>How to Import a Large WordPress Database &#8212; An Alternative to phpMyAdmin</a> <small>TweetIMPORTANT MESSAGE: If you use the Bigdump script I illustrate...</small></li>
<li><a href='http://educhalk.org/blog/2010/01/wordpress-2-9-trash-feature-how-to-customize/' rel='bookmark' title='WordPress Trash Feature &#8212; How to Customize'>WordPress Trash Feature &#8212; How to Customize</a> <small>TweetIn WordPress 2.9 one of the new features is the...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://educhalk.org/blog/2009/01/how-to-mass-delete-unapproved-comments/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>How to Import a Large WordPress Database &#8212; An Alternative to phpMyAdmin</title>
		<link>http://educhalk.org/blog/2009/01/how-to-import-a-large-wordpress-database-an-alternative-to-phpmyadmin/</link>
		<comments>http://educhalk.org/blog/2009/01/how-to-import-a-large-wordpress-database-an-alternative-to-phpmyadmin/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 21:25:04 +0000</pubDate>
		<dc:creator>figaro</dc:creator>
				<category><![CDATA[Just the Video Tutorials]]></category>
		<category><![CDATA[WP database]]></category>
		<category><![CDATA[Bigdump]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Large database]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://educhalk.org/blog/?p=125</guid>
		<description><![CDATA[TweetIMPORTANT MESSAGE: If you use the Bigdump script I illustrate below, after you are done importing your database, be sure to delete the Bigdump directory. If you leave it in place, then anyone who stumbles across it could destroy your database. So, once you are done, remove it from your server and then if you [...]
Related posts:<ol>
<li><a href='http://educhalk.org/blog/2010/12/tools-used-in-louisville-wordcamp-presentation/' rel='bookmark' title='Outline &amp; Tools Used in Louisville WordCamp Presentation'>Outline &#038; Tools Used in Louisville WordCamp Presentation</a> <small>TweetOutline of my presentations at WordCamp Louisville: WP  Basic Installation...</small></li>
<li><a href='http://educhalk.org/blog/2009/03/error-establishing-a-database-connection-how-to-fix-this-wordpress-error/' rel='bookmark' title='&#8220;Error Establishing a Database Connection&#8221; &#8212; How to Fix This WordPress Error'>&#8220;Error Establishing a Database Connection&#8221; &#8212; How to Fix This WordPress Error</a> <small>Tweet&#8220;Error Establishing a Database Connection&#8221; &#8212; How to Fix This...</small></li>
<li><a href='http://educhalk.org/blog/2009/01/how-to-mass-delete-unapproved-comments/' rel='bookmark' title='How to Mass Delete Unapproved WordPress Comments'>How to Mass Delete Unapproved WordPress Comments</a> <small>TweetHow to Mass Delete Unapproved Comments from Your WordPress Database...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton125" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F01%2Fhow-to-import-a-large-wordpress-database-an-alternative-to-phpmyadmin%2F&amp;text=How%20to%20Import%20a%20Large%20WordPress%20Database%20%26%238212%3B%20An%20Alternative%20to%20phpMyAdmin&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F01%2Fhow-to-import-a-large-wordpress-database-an-alternative-to-phpmyadmin%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://educhalk.org/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><strong>IMPORTANT MESSAGE: If you use the Bigdump script I illustrate below, after you are done importing your database, be sure to delete the Bigdump directory. If you leave it in place, then anyone who stumbles across it could destroy your database.</strong> So, once you are done, remove it from your server and then if you need to use it again in the future, just upload it when you need it&#8230;removing it when you are done with it.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>How to Import a Large WordPress Database &#8212; An Alternative to phpMyAdmin &#8212; Part 1 of 2</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/iWsbOqd-1v4&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/iWsbOqd-1v4&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>How to Import a Large WordPress Database &#8212; An Alternative to phpMyAdmin &#8212; Part 2 of 2</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/meTSX2qVan4&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/meTSX2qVan4&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>Related posts:<ol>
<li><a href='http://educhalk.org/blog/2010/12/tools-used-in-louisville-wordcamp-presentation/' rel='bookmark' title='Outline &amp; Tools Used in Louisville WordCamp Presentation'>Outline &#038; Tools Used in Louisville WordCamp Presentation</a> <small>TweetOutline of my presentations at WordCamp Louisville: WP  Basic Installation...</small></li>
<li><a href='http://educhalk.org/blog/2009/03/error-establishing-a-database-connection-how-to-fix-this-wordpress-error/' rel='bookmark' title='&#8220;Error Establishing a Database Connection&#8221; &#8212; How to Fix This WordPress Error'>&#8220;Error Establishing a Database Connection&#8221; &#8212; How to Fix This WordPress Error</a> <small>Tweet&#8220;Error Establishing a Database Connection&#8221; &#8212; How to Fix This...</small></li>
<li><a href='http://educhalk.org/blog/2009/01/how-to-mass-delete-unapproved-comments/' rel='bookmark' title='How to Mass Delete Unapproved WordPress Comments'>How to Mass Delete Unapproved WordPress Comments</a> <small>TweetHow to Mass Delete Unapproved Comments from Your WordPress Database...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://educhalk.org/blog/2009/01/how-to-import-a-large-wordpress-database-an-alternative-to-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>WordPress Database Tip: How to Optimize and/or Repair Your Database</title>
		<link>http://educhalk.org/blog/2009/01/wordpress-database-tip-how-to-optimize-andor-repair-your-database/</link>
		<comments>http://educhalk.org/blog/2009/01/wordpress-database-tip-how-to-optimize-andor-repair-your-database/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 17:34:18 +0000</pubDate>
		<dc:creator>figaro</dc:creator>
				<category><![CDATA[Just the Video Tutorials]]></category>
		<category><![CDATA[WP database]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://educhalk.org/blog/?p=114</guid>
		<description><![CDATA[Tweet No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton114" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F01%2Fwordpress-database-tip-how-to-optimize-andor-repair-your-database%2F&amp;text=WordPress%20Database%20Tip%3A%20How%20to%20Optimize%20and%2For%20Repair%20Your%20Database&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F01%2Fwordpress-database-tip-how-to-optimize-andor-repair-your-database%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://educhalk.org/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/C1MspnhJhsM&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/C1MspnhJhsM&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://educhalk.org/blog/2009/01/wordpress-database-tip-how-to-optimize-andor-repair-your-database/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

