I have a question on creating databases. When I create databases is it smarter to use a separate one for each installation on the site? For example, sometimes I install WordPress in the root and also in a subfolder. Should I use just one database for both or are there any advantages/disadvantages to creating two separate DBs?
Multiple Databases?
Collapse
X
-
Originally posted by KillerPanel View PostI have a question on creating databases. When I create databases is it smarter to use a separate one for each installation on the site? For example, sometimes I install WordPress in the root and also in a subfolder. Should I use just one database for both or are there any advantages/disadvantages to creating two separate DBs?
Advantages :
If you use the same configurations (i.e same database user name and passwords) for all your blogs on the same database then it will be easier for you to manage all domains.
Disadvantages :
1) If you use one database for multiple sites then it take more time for the queries to execute and may create load on the server and that is not recommended.
2) If in case the database got corrupted and it will affect all other blogs installed on the same database.
3) You need to take the backup of the entire database even if you want to take the backup for a single blog.
Comment
Comment