Changes between Version 1 and Version 2 of Ticket #15861, comment 10
- Timestamp:
- 01/18/2012 10:30:03 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15861, comment 10
v1 v2 1 1 Replying 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? 3 3 4 4 There 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.