How to use hyperdb to separate and share a user dataset between wordpress installs?
I believe Crazycoolcam spelled the table incorrectly, user_meta vs usermeta. You may also want to define the else case, what happens if the table is not user. Try this: <?php $wpdb->add_database(array( //Connect to Users Database ‘host’ => DB_HOST, // I am using the same host for my two DBs ‘user’ => DB_USER, // I am … Read more