Moving A Wordpress Blog – Table Prefixes
When you set up a new blog, by default the table prefixes are wp_
If you have any other prefix for that blog, you frighten yourself when you import the SQL data, as it doesn’t work!
Quick fix to that… go into the wp-config file and look for the line with wp_ in, and change it to [...]

