Wordpress users have thousands of themes to choose from. We hunt out the best of the best free and premium themes. You will find best of the best 2 columns, 3 columns, adsense ready, widget ready,
XHTML validated themes. Best themes for Wordpress powered blogs. Download quality and professionally designed Wordpress templates for free at BestWpThemez.com.
How to change the wordpress database table prefix?
By default, wordpress database tables are created with the prefix wp_. However, you can change this value and create tables with any other prefix. Follow the steps below:
You need to do this before installation:
1) Open the wp-config.php file and write down the database name, username and password.
2) Now, scroll down and you will find this line:
$table_prefix = ‘wp_’;
Edit this line and change the wp to anything you want. For example:
$table_prefix = ‘rs_’;
This will create the wordpress tables with prefix rs_ instead of wp_.
Popularity: 28%
This entry was posted
on Monday, June 1st, 2009 at 11:37 am and is filed under WordPress KB .
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.