Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #15861, comment 10


Ignore:
Timestamp:
01/18/2012 10:30:03 PM (12 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15861, comment 10

    v1 v2  
    11Replying to [comment:8 SergeyBiryukov]:
    2 > How exactly can we move users table to a separate database? Perhaps we should check if it's in the same database and fall back to JOIN, since it's more simple.
     2> How exactly can we move users table to a separate database?
    33
    44There are several ways you can make queries to a separate DB: create a new WP_DB instance or use {{{SELECT * other_database.wp_users.*}}} etc.