Query another DB from within WordPress
Add this line to change the default DB to another one:
$wpdb = new wpdb('username','password','database','localhost');
Archive for June, 2018
Add this line to change the default DB to another one:
$wpdb = new wpdb('username','password','database','localhost');