How to install multiple sites at one database

If you wish to have multiple blogs utilising WordPress, use multisite characteristic to create what was referred to as a network of websites.

A couple of Blogs by way of multiple Installs:

by way of some intent, if you want multiple WordPress situations, you have got to certainly install every WordPress separately (that is, as a separate WordPress installation). Procedure architecture will also be divided into two forms by means of number of databases.

  1. More than one databases installation. Each and every database manages special web page’s understanding.
  2. Single database set up. The database manages all web site’s knowledge.

You’ll need a separate MySQL database for each blog you plan to install. If you have not yet created these, basic instructions are found here.

The wp-config.php file will vary for each installation. The lines to change are:

define('DB_NAME', 'wordpress');     // The name of the database
define('DB_USER', 'username');     // Your MySQL username
define('DB_PASSWORD', 'password'); // ...and password

For more details and full information visit codex