wpmudev / multi-db

Allows you to partition your large WordPress Multisite database across multiple servers for scalability.
GNU General Public License v2.0
90 stars 64 forks source link

How to add all the tables in the global database #19

Open stargatesga opened 1 year ago

stargatesga commented 1 year ago

How to add all the tables in the global database add_global_table( '.' ) to the other multiple databases, and then add new / refresh global tables to multiple databases (import new products - creates new tables).