I need to have one "General login database", with few columns (ID, Pass, User, IP). Users came to site, enter their data (they can chage password\username, and they ip can be changed), all this changes goes to "General Login DB".
And i have 2 another servers, with same database "Login Database 1" "Log.DB 2" and maybe few more (5 or 10)... they have exactly same columns name (id, pass, user,ip) and few more speciefic wich must stay only on (log.db2, 3, 4, 5 etc database) and they dont exist on General DB.
So my questions is how to Link few database.table to another database.table, and keep it "Up-To-Date" online, or how to make automatic changes (Insert\Update\Delete) in them, after changes (ins, upd, del) came to General Login DB.
Image only show direction that i want, and not perfect with structure. I am interested in 2 variants, if it works on One server, and second variant, if it works on 2-3-4-5 servers.
UPDATE: i found some info, about "Replication" https://habrahabr.ru/post/56702/ (you can translate it, or google "Replication mysql" but there only info about 2 identical Database, but my goal is only make identical few columns in one table.