At work by inheritance got 6 applications for php + Codeigniter + DB mySql. Each database contains tables (directories) that are repeated in these databases in different combinations. For example, tables of standards, products, users, etc. Periodically there is a need to update the data in these directories and this process is very tedious, finding where these tables are repeated and updated. Now I am writing another program and I will also need to use some tables there (reference books).
In the beginning, I thought of creating a database as a single database for such tables (reference books). Then it would be possible to update once from other applications to access this database, But I did not find how to make a simultaneous request in codeigniter to two different databases (combine tables from different databases). I just can't figure out how else to organize the update of such tables in different databases. Maybe someone has experience in the implementation of this, please share.