The Safe Way to Change your WordPress Database Table Prefix
Unless you have make an attempt to change the table prefix before installing your WordPress blog, chances are that your WP database is still using the default ‘wp_’ as the table prefix. With this default prefix, hackers can easily perform a SQL injection attacks on your database and wreak havoc to your site. The best way to prevent this from happening is to change the table prefix to another term that is difficult for hackers to guess.
If you are new to blogging and are looking to install your first WordPress blog, then it is easy. Simply change the $table_prefix entry in wp-config.php file, upload the file to the server, then proceed on with the famous 5-mins installation.
For those who have already been blogging for sometime, follow the method below to change your table prefix.

The
How many times have you been listening to a song and wanted to sing along, but couldn’t because you didn’t know the words? Even better is when you know most of the words but there are two or three that you just can’t get. Those days are about to become history.