<?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>Mon, 06 Sep 2010 20:44:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.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/overview-of-wordpress-2-8-database-tables/</link>
		<comments>http://educhalk.org/blog/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[From WordPress Codex -- GPL]]></category>
		<category><![CDATA[WP database]]></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[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. &#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/how-to-write-a-wordpress-post/' rel='bookmark' title='Permanent Link: How to Write a WordPress Post'>How to Write a WordPress Post</a> <small>Note: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/wordpress-pages-the-basics/' rel='bookmark' title='Permanent Link: WordPress Pages &#8212; The Basics'>WordPress Pages &#8212; The Basics</a> <small>Note: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/wordpress-2-9-new-features/' rel='bookmark' title='Permanent Link: WordPress 2.9 New Features'>WordPress 2.9 New Features</a> <small>WordPress 2.9 should be released near the end of the...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<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/how-to-write-a-wordpress-post/' rel='bookmark' title='Permanent Link: How to Write a WordPress Post'>How to Write a WordPress Post</a> <small>Note: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/wordpress-pages-the-basics/' rel='bookmark' title='Permanent Link: WordPress Pages &#8212; The Basics'>WordPress Pages &#8212; The Basics</a> <small>Note: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/wordpress-2-9-new-features/' rel='bookmark' title='Permanent Link: WordPress 2.9 New Features'>WordPress 2.9 New Features</a> <small>WordPress 2.9 should be released near the end of the...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://educhalk.org/blog/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/error-establishing-a-database-connection-how-to-fix-this-wordpress-error/</link>
		<comments>http://educhalk.org/blog/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[&#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 No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<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>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://educhalk.org/blog/error-establishing-a-database-connection-how-to-fix-this-wordpress-error/feed/</wfw:commentRss>
		<slash:comments>100</slash:comments>
		</item>
		<item>
		<title>How to Mass Delete Unapproved WordPress Comments</title>
		<link>http://educhalk.org/blog/how-to-mass-delete-unapproved-comments/</link>
		<comments>http://educhalk.org/blog/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[How 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 IMPORTANT MESSAGE: If you use the Bigdump script I illustrate... WordPress 2.9 Trash Feature &#8212; How to Customize In WordPress 2.9 one of the new features is the... WordPress Blogging [...]


Related posts:<ol><li><a href='http://educhalk.org/blog/how-to-import-a-large-wordpress-database-an-alternative-to-phpmyadmin/' rel='bookmark' title='Permanent Link: 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>IMPORTANT MESSAGE: If you use the Bigdump script I illustrate...</small></li>
<li><a href='http://educhalk.org/blog/wordpress-2-9-trash-feature-how-to-customize/' rel='bookmark' title='Permanent Link: WordPress 2.9 Trash Feature &#8212; How to Customize'>WordPress 2.9 Trash Feature &#8212; How to Customize</a> <small>In WordPress 2.9 one of the new features is the...</small></li>
<li><a href='http://educhalk.org/blog/wordpress-blogging-some-best-practices/' rel='bookmark' title='Permanent Link: WordPress Blogging &#8212; Some &#8220;Best Practices&#8221;'>WordPress Blogging &#8212; Some &#8220;Best Practices&#8221;</a> <small>Note: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<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/how-to-import-a-large-wordpress-database-an-alternative-to-phpmyadmin/' rel='bookmark' title='Permanent Link: 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>IMPORTANT MESSAGE: If you use the Bigdump script I illustrate...</small></li>
<li><a href='http://educhalk.org/blog/wordpress-2-9-trash-feature-how-to-customize/' rel='bookmark' title='Permanent Link: WordPress 2.9 Trash Feature &#8212; How to Customize'>WordPress 2.9 Trash Feature &#8212; How to Customize</a> <small>In WordPress 2.9 one of the new features is the...</small></li>
<li><a href='http://educhalk.org/blog/wordpress-blogging-some-best-practices/' rel='bookmark' title='Permanent Link: WordPress Blogging &#8212; Some &#8220;Best Practices&#8221;'>WordPress Blogging &#8212; Some &#8220;Best Practices&#8221;</a> <small>Note: 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/how-to-mass-delete-unapproved-comments/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>How to Import a Large WordPress Database &#8212; An Alternative to phpMyAdmin</title>
		<link>http://educhalk.org/blog/how-to-import-a-large-wordpress-database-an-alternative-to-phpmyadmin/</link>
		<comments>http://educhalk.org/blog/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[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. So, once you are done, remove it from your server and then if you [...]


Related posts:<ol><li><a href='http://educhalk.org/blog/how-to-mass-delete-unapproved-comments/' rel='bookmark' title='Permanent Link: How to Mass Delete Unapproved WordPress Comments'>How to Mass Delete Unapproved WordPress Comments</a> <small>How to Mass Delete Unapproved Comments from Your WordPress Database...</small></li>
<li><a href='http://educhalk.org/blog/easy-5-step-wordpress-install/' rel='bookmark' title='Permanent Link: Easy 5-Step WordPress Install'>Easy 5-Step WordPress Install</a> <small>Note: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<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/how-to-mass-delete-unapproved-comments/' rel='bookmark' title='Permanent Link: How to Mass Delete Unapproved WordPress Comments'>How to Mass Delete Unapproved WordPress Comments</a> <small>How to Mass Delete Unapproved Comments from Your WordPress Database...</small></li>
<li><a href='http://educhalk.org/blog/easy-5-step-wordpress-install/' rel='bookmark' title='Permanent Link: Easy 5-Step WordPress Install'>Easy 5-Step WordPress Install</a> <small>Note: 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/how-to-import-a-large-wordpress-database-an-alternative-to-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>WordPress Database Tip: How to Optimize and/or Repair Your Database</title>
		<link>http://educhalk.org/blog/wordpress-database-tip-how-to-optimize-andor-repair-your-database/</link>
		<comments>http://educhalk.org/blog/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[No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<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/wordpress-database-tip-how-to-optimize-andor-repair-your-database/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
