<?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>WordPress Hacks &#187; WordPress Database</title>
	<atom:link href="http://wphacks.com/tag/wordpress-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://wphacks.com</link>
	<description>WordPress Themes, Plugins, Hacks, Tutorials, and more!</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:20:21 +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>WordPress 2.9 Officially Released</title>
		<link>http://wphacks.com/wordpress-2-9-finally-released/</link>
		<comments>http://wphacks.com/wordpress-2-9-finally-released/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 01:18:58 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Batch Plugin UPdate]]></category>
		<category><![CDATA[Thrash It]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress 2.9]]></category>
		<category><![CDATA[WordPress Database]]></category>
		<category><![CDATA[WordPress Download]]></category>
		<category><![CDATA[WordPress Upgrade]]></category>
		<category><![CDATA[WordPress Video]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=2433</guid>
		<description><![CDATA[If you&#8217;ve visited your WordPress site&#8217;s dashboard in the past 24 hours you probably noticed that WordPress 2.9 is now available to download.    I know many people like to wait to upgrade to give theme and plugin authors a chance to create updates, but the new changes in WordPress 2.9 seem to be playing nice [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve visited your WordPress site&#8217;s dashboard in the past 24 hours you probably noticed that WordPress 2.9 is now available to download.    I know many people like to wait to upgrade to give theme and plugin authors a chance to create updates, but the new changes in WordPress 2.9 seem to be playing nice with everything based upon all the reports I&#8217;ve read.  I&#8217;ve also upgraded most of my websites that use WordPress without any theme or plugin conflicts.</p>
<p>If you are interested in learning about what is new in WordPress 2.9, there is a great write up posted on Quick Online Tips which you can view <a href="http://www.quickonlinetips.com/archives/2009/12/download-wordpress-29/">here</a>.  The post features the following new features:</p>
<ol>
<li>Thrash It</li>
<li>Image Editor</li>
<li>Batch Plugin Update</li>
<li>Easier Video Embeds</li>
<li>Database Optimization Support</li>
</ol>
<p>What is your favorite new feature in WordPress 2.9?</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=2433&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/wordpress-2-9-finally-released/">WordPress 2.9 Officially Released</a>  © 2009 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/wordpress-2-9-finally-released/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>How To: Update Your WordPress Database Name</title>
		<link>http://wphacks.com/how-to-update-your-wordpress-database/</link>
		<comments>http://wphacks.com/how-to-update-your-wordpress-database/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 09:00:14 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[CPanel]]></category>
		<category><![CDATA[Moving Database]]></category>
		<category><![CDATA[WordPress Database]]></category>
		<category><![CDATA[WordPress Server]]></category>
		<category><![CDATA[wp-config.php]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=1825</guid>
		<description><![CDATA[Last week while I was doing some spring cleaning, I decided to move a few of my sites over to a new CPanel.   The move went fairly smoothly, but once everything was moved, there was the matter of updating the WordPress database to show the new database name. If you are wanting to do something [...]]]></description>
			<content:encoded><![CDATA[<p>Last week while I was doing some <a href="http://wphacks.com/computer-spring-cleaning-tips/">spring cleaning</a>, I decided to move a few of my sites over to a new CPanel.   The move went fairly smoothly, but once everything was moved, there was the matter of updating the WordPress database to show the new database name. If you are wanting to do something similar, here is what you need to do.</p>
<p>All you need to do is update the wp-config.php file to point towards the new database name, which should be found in the root of your WordPress installation.   Open the wp-config.php file and look for the following code:</p>
<p><code>define('DB_NAME', 'dbname');</code></p>
<p>Where it says dbname, update the name of your database.  If your login name changed, you&#8217;ll want to update that as well.</p>
<p>Once that was done, the only problem I encountered was that I was unable to upload pictures.   The fix?  Go into your WordPress dashboard and go to Settings &#8211;&gt; Miscellaneous and update the path where images are uploaded to.</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=1825&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/how-to-update-your-wordpress-database/">How To: Update Your WordPress Database Name</a>  © 2009 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/how-to-update-your-wordpress-database/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Which Plugins Do You Want to See Built into WordPress?</title>
		<link>http://wphacks.com/which-plugins-do-you-want-to-see-built-into-wordpress/</link>
		<comments>http://wphacks.com/which-plugins-do-you-want-to-see-built-into-wordpress/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 08:00:06 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Comments]]></category>
		<category><![CDATA[WordPress Database]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=1304</guid>
		<description><![CDATA[It seems like every time WordPress gets close to a new release, I praise the WordPress team for integrating popular WordPress plugins into the WordPress software and I get several of the same responses&#8230;&#8221;If it already exists a WordPress plugin, why waste time installing it into the software?&#8221; Unfortunately, just because a WordPress plugin exists, [...]]]></description>
			<content:encoded><![CDATA[<p>It seems like every time WordPress gets close to a new release, I praise the WordPress team for integrating <a href="http://wphacks.com/wordpress-plugins/">popular WordPress plugins</a> into the WordPress software and I get several of the same responses&#8230;&#8221;If it already exists a WordPress plugin, why waste time installing it into the software?&#8221;</p>
<p>Unfortunately, just because a WordPress plugin exists, it doesn&#8217;t mean that we aren&#8217;t better off having it built into WordPress.  Here are a few reasons:</p>
<ul>
<li><strong>Security Vulnerabilities</strong> &#8211; Improperly coded WordPress plugins can cause security vulnerabilities.   Now, this can obviously happen with the WordPress software, but it is more likely to be coded correctly or caught and fixed quickly when it is integrated into the WordPress software.</li>
<li><strong>Wasting Database Resources</strong> &#8211; Poorly coded WordPress plugins can waste a lot of database resources.   Unneeded database queries can cause slow loading times, etc.</li>
<li><strong>Everyone Has Access</strong> &#8211; Although we all know about WordPress plugins, I&#8217;m sure there are a number of users who don&#8217;t understand what they are, how they work, how to install them, etc.  Having it built into WordPress ensures that everyone has access to these features.</li>
</ul>
<p>It is with this thought process that I always try to <a href="http://www.wordpressmax.com/plugins/wordpress-plugins-how-many-are-too-many">use as few WordPress plugins as possible</a> on my websites, and I rejoice every time popular WordPress plugins are built directly into WordPress.</p>
<p>With WordPress 2.7 coming out soon, we&#8217;ll be getting a bunch of new plugins built into WordPress.  What plugins would you like to see built into WordPress next?  Keep in mind that the plugin would need to be something that would benefit most (if not all) WordPress users in order to be considered (not situational plugins).</p>
<p>The five I would like to see built into WordPress next:</p>
<ol>
<li><a href="http://semperfiwebdesign.com/">All-in-One SEO Pack</a> (or at least some parts of it) &#8211; This is very basic stuff and everyone who uses WordPress would benefit.</li>
<li><a href="http://www.arnebrachhold.de/redir/sitemap-home/">Google XML Sitemaps</a> &#8211; This is one of the most popular WordPress plugins and for good reason.  A sitemap.xml file should come standard with any blogging software.</li>
<li><a href="http://blogwaffe.com/2006/10/04/421/">No Self Pings</a> &#8211; Why does WordPress send pingbacks internally?  I think this one would be easy to integrate and people would love it.</li>
<li><a href="http://alexking.org/projects/wordpress">Popularity Contest</a> &#8211; We have recent posts, recent comments, etc.  Who wouldn&#8217;t want this as an option on their WordPress theme?</li>
<li><a href="http://lesterchan.net/portfolio/programming/php/">Database Manager</a> &#8211; It would be nice if there was a way that you could easily backup and restore your database without the use of a WordPress plugin.</li>
</ol>
<p>Share your five most wanted in the comments!</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=1304&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/which-plugins-do-you-want-to-see-built-into-wordpress/">Which Plugins Do You Want to See Built into WordPress?</a>  © 2008 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/which-plugins-do-you-want-to-see-built-into-wordpress/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>How To: Moving WordPress to Another Server</title>
		<link>http://wphacks.com/how-to-moving-wordpress-to-another-server/</link>
		<comments>http://wphacks.com/how-to-moving-wordpress-to-another-server/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 08:00:13 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Moving WordPress]]></category>
		<category><![CDATA[WordPress Database]]></category>
		<category><![CDATA[WordPress Database Backup]]></category>
		<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[WordPress How-To]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=630</guid>
		<description><![CDATA[Yesterday I wrote a post explaining how to move your WordPress install within your website/server.  Today I wanted to cover how to move your WordPress install to a completely different server. Again, the flexibility of WordPress shines, making this not overly difficult to accomplish.  If you aren&#8217;t changing your domain name, all you need to [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I wrote a post explaining <a href="http://wphacks.com/how-to-moving-wordpress-within-your-website/">how to move your WordPress install within your website/server</a>.  Today I wanted to cover how to move your WordPress install to a completely different server.</p>
<p>Again, the flexibility of WordPress shines, making this not overly difficult to accomplish.  If you aren&#8217;t changing your domain name, all you need to do is update your <strong>wp-config.php</strong> file and upload all of your files to their new server.</p>
<p>If you are changing your domain name with your move, here is the information you&#8217;ll need:</p>
<ol>
<li>Backup your WordPress database.</li>
<li>Download the complete WordPress install to your hard drive and identify the folder as your OLD installation.</li>
<li>Login into your old blogs dashboard and update the Settings to reflect the website and blogs new location (both fields should be the same).</li>
<li>Now, download the complete WordPress install to your hard drive, but this time identify the folder as your NEW installation.  This will include the settings change you just made.</li>
<li>Download a copy of your WordPress database (keeping the old one) and then upload it to the new server.  You&#8217;ll want to keep the same database name and recreate the user login information (you can use your same user name and password).  If you change the database name, you&#8217;ll need to update your<strong> wp-config.php</strong> file to reflect the change.</li>
<li>Upload your NEW installation folder so that your blog is now working in its new location!</li>
</ol>
<p>If you want to keep your old blog, you&#8217;ll need to upload the OLD folder to the OLD location of your blog and readjust the General Settings tab.</p>
<p>Another way to accomplish all of this is to simply make a fresh WordPress install and export/import your posts to the new location.   This isn&#8217;t the most ideal method, but it is much easier and will get the job done.</p>
<p>For additional information, you&#8217;ll want to <a href="http://codex.wordpress.org/Moving_WordPress">consult the WordPress Codex</a>.</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=320&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/how-to-moving-wordpress-to-another-server/">How To: Moving WordPress to Another Server</a>  © 2008 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/how-to-moving-wordpress-to-another-server/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How To: Change the WordPress Author Archive Permalink</title>
		<link>http://wphacks.com/change-author-archive-permalink/</link>
		<comments>http://wphacks.com/change-author-archive-permalink/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 11:00:26 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Authors]]></category>
		<category><![CDATA[WordPress Database]]></category>

		<guid isPermaLink="false">http://wphacks.com/change-author-archive-permalink/</guid>
		<description><![CDATA[This guest post was written by John of The WordPress Expert, where he writes about WordPress tips, services, themes, plugins, and more.  If you have WordPress knowledge and are interested in writing a post for Hack WordPress, please contact us. Say you have an author page on your WordPress blog; but what happens when you [...]]]></description>
			<content:encoded><![CDATA[<p><em>This guest post was written by John of <a href="http://wordpress.jdwebdev.com">The WordPress Expert</a>, where he writes about WordPress tips, services, themes, plugins, and more.  If you have WordPress knowledge and are interested in <a href="http://wphacks.com/write/">writing a post for Hack WordPress</a>, please <a href="http://wphacks.com/contact/">contact us</a>.</em></p>
<p>Say you have an <a href="http://wphacks.com/how-to-adding-an-author-page-to-your-wordpress-blog/">author page</a> on your WordPress blog; but what happens when you find that your author archive URL looks like this?</p>
<p>http://example.com/author/Joe%20Smith/</p>
<p>Of course, you&#8217;d probably want to change your name to a more &#8220;URL-friendly&#8221; format like this:</p>
<p>http://example.com/author/joe-smith/</p>
<p>How do you do it?</p>
<p>Well, WordPress itself doesn&#8217;t let you (probably because the URL is intended to be a <abbr title="Permanent Link" />permalink), but it can still be accomplished through a simple database modification.</p>
<p>Here&#8217;s how. This is assuming your hosting account is setup with phpMyAdmin. (If you don&#8217;t have database editing experience, you might want to make a database backup just in case.)</p>
<ol>
<li>Go to your hosting account&#8217;s cPanel and click on the &#8220;phpMyAdmin&#8221; icon. If you don&#8217;t see it, look for a &#8220;MySQL Databases&#8221; icon, click it, scroll down to the bottom of the page, and then click the phpMyAdmin link.</li>
<li>Select your WordPress database from the menu on the left.</li>
<li>Select the <tt>wp_users</tt> table, and then click the &#8220;Browse&#8221; tab.</li>
<li>Locate the row that has your username in the <tt>user_login</tt> column. Click the Edit button (the pencil icon) on that row.</li>
<li>Enter the desired URL version of your name into the <tt>user_nicename</tt> field.</li>
<li>Click &#8220;Go&#8221; to save your changes.</li>
</ol>
<p>And that&#8217;s it! Your author archive will now show up at your new URL.</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=170&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/change-author-archive-permalink/">How To: Change the WordPress Author Archive Permalink</a>  © 2008 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/change-author-archive-permalink/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
	</channel>
</rss>

