Changes between Initial Version and Version 1 of Ticket #15861, comment 10
- Timestamp:
- 01/18/12 22:29:17 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15861, comment 10
initial v1 2 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. 3 3 4 But 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.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. 5 5 6 6 Also, the HyperDB plugin enables this.