I am using wordpress multisite v3.5.1 in a single db called maindb
. And i have also 5 blog. They are bazar(main blog), demo1, demo2, demo3 and demo4. In future i want add more blog but i want to create a database for each blog and want to use them(but also in a single network).
as like
maindb for bazar(main blog) blog,
db1 for demo1 blog,
db2 for demo2 blog,
db3 for demo3 blog,
db4 for demo4 blog …
How i do that with hyperdb? how would db-config.php
code will be look like for my this condition? please help me.