I want to have 4 different blogs in 4 different folders and also subdomains and i want to use 4 different databases (1 for each blog) and 1 other database to keep user informations of all blogs and other pages of website in it to have the same user database for all the pages in website. (I want to use 4 databases for better performance and also one different database for user informations to use it for other parts of website.)
Is there anyway to change wp_db to be able to read from 2 databases at the same time (user database for user informations and WP database for blog info.)? (I'm noobie in using PHP classes and i can't understand it a lot.)