Many people don’t know that they can create multiple WordPress blogs using one single database. This method is useful, if your hosting service provider strict the number of databases that you can use. All you need to do is simply change the table prefix in wp-config.php file.
WordPress Database and Unicode
Early versions of WordPress create Databases using different encoding such as latin1_swedish_ci. As the result, we won’t be able to see Unicode text. We’ll see some kind of curly scripts in the screen. To overcome this problem, we can use a simple solution. That is open your wp-config.php file and do the following edits there. […]