Custom Mysql Connection
-
Hi,
My server connects to a multiple separate non-WP database using a new instance of WPDB.
$newdb = new wpdb(HOST, USER, ETC...);
Now how can I leverage HyperDB for distributed mysql queries? Is using callbacks achievable?
Ty
- The topic ‘Custom Mysql Connection’ is closed to new replies.