<?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>e-Marketing Journal &#187; Wordpress</title>
	<atom:link href="http://e-marketingjournal.com/category/english/wordpress-english/feed/" rel="self" type="application/rss+xml" />
	<link>http://e-marketingjournal.com</link>
	<description>some notes along the journey..</description>
	<lastBuildDate>Mon, 17 May 2010 20:08:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<image>
<link>http://e-marketingjournal.com</link>
<url>http://e-marketingjournal.com/wp-content/mbp-favicon/plume old school.ico</url>
<title>e-Marketing Journal</title>
</image>
		<item>
		<title>WordPress Tips: How to Change your WordPress Database Prefix</title>
		<link>http://e-marketingjournal.com/english/wordpress-english/wordpress-tips-how-to-change-your-wordpress-database-prefix/</link>
		<comments>http://e-marketingjournal.com/english/wordpress-english/wordpress-tips-how-to-change-your-wordpress-database-prefix/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 17:24:15 +0000</pubDate>
		<dc:creator>sita</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://e-marketingjournal.com/?p=74</guid>
		<description><![CDATA[One of the way to increase your wordpress blog security is by changing your wordpress database prefix from the default prefix &#8220;wp_&#8221; to &#8220;something_&#8221;. Here I&#8217;d like to share how I do it for all my wordpress blog everytime I start a new blog using selfhosted wordpress: 1. Backup your WordPress database to an *.sql [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>One of the way to increase your wordpress blog security is by changing your wordpress database prefix from the default prefix &#8220;wp_&#8221; to &#8220;something_&#8221;. Here I&#8217;d like to share how I do it for all my wordpress blog everytime I start a new blog using selfhosted wordpress:</p>
<p>1. Backup your WordPress database to an *.sql file.</p>
<ul>
<li>From your hosting cpanel, use the phpMyAdmin facility, and select your database.</li>
</ul>
<p><a href="http://e-marketingjournal.com/wp-content/uploads/2008/10/internet-marketing-indonesia-phpmyadmin.jpg"><img class="aligncenter" title="internet-marketing-indonesia-phpmyadmin" src="http://e-marketingjournal.com/wp-content/uploads/2008/10/internet-marketing-indonesia-phpmyadmin.jpg" alt="" width="197" height="119" /></a></p>
<ul>
<li>Go to <strong>Export</strong> Tab. Choose SQL Option. At the <strong>Structure </strong>part, tick boxes: Structure,  Add DROP TABLE/VIEW/PROCEDURE/FUNCTION, Add IF NOT EXISTS,  Add AUTO_INCREMENT value, Enclose table and field names with backquotes. At the <strong>Data</strong> part, tick boxes: Data, Complete Inserts, Use hexadecimal for BLOB. Set Export Type: INSERT.</li>
</ul>
<p><a href="http://e-marketingjournal.com/wp-content/uploads/2008/10/internet-marketing-indonesia-export1.jpg"><img class="aligncenter" title="internet-marketing-indonesia-export1" src="http://e-marketingjournal.com/wp-content/uploads/2008/10/internet-marketing-indonesia-export1-300x185.jpg" alt="" width="300" height="185" /></a></p>
<ul>
<li>Tick option <em>Save as File</em>. Click Go. And save the *.sql file to your hardisk.</li>
</ul>
<p><a href="http://e-marketingjournal.com/wp-content/uploads/2008/10/internet-marketing-indonesia-saveasfile.jpg"><img class="aligncenter" title="internet-marketing-indonesia-saveasfile" src="http://e-marketingjournal.com/wp-content/uploads/2008/10/internet-marketing-indonesia-saveasfile-300x56.jpg" alt="" width="300" height="56" /></a></p>
<p>2. Copy the backup file as your backup before changing anything.  Then open the *.sql file using text editor (Notepad). Find and Replace the &#8220;wp_&#8221; text to &#8220;something_&#8221; (eg. &#8220;xz_&#8221;).</p>
<p>3. Now DROP all tables in your wordpress database. Please do NOT drop the Database though <img src='http://e-marketingjournal.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<ul>
<li>Go to the <strong>Structure</strong> Tab. Check All Table, and select option DROP.</li>
</ul>
<p><a href="http://e-marketingjournal.com/wp-content/uploads/2008/10/internet-marketing-indonesia-drop.jpg"><img class="aligncenter" title="internet-marketing-indonesia-drop" src="http://e-marketingjournal.com/wp-content/uploads/2008/10/internet-marketing-indonesia-drop-300x181.jpg" alt="" width="300" height="181" /></a></p>
<p>4. Import backup file *.sql that have been edited to your WordPress Database.</p>
<ul>
<li>Go to <strong>Import</strong> Tab, then enter the location of the *.sql file on your hardisk. Click Go.</li>
</ul>
<p>5. Now all table prefix in your wordpress database have been replaced to the &#8220;something_&#8221;. The last step is making it recognized by changing your config.php file.</p>
<ul>
<li>From your hosting cPanel, go to File Manager and edit the wp-config.php file that is located on the root directory of your domain.</li>
<li>Change the <em>$table_prefix = &#8216;wp_&#8217;</em> text to <em>$table_prefix = &#8216;something_&#8217;</em></li>
</ul>
<p>6. When you do the above process, all your plugin is automatically deactivated. You should manually activate it from your wordpress panel.</p>
<p>That&#8217;s it! The process to change your prefix wordpress table of your blog is done. Now your wordpress security is increased.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://e-marketingjournal.com/english/wordpress-english/wordpress-tips-how-to-change-your-wordpress-database-prefix/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
	</channel>
</rss>

