How to share plugin created database tables between two WordPress sites

I realized that all you have to do is find where the database is returned (in my case it is wp-init.php) and change the prefix to reflect the shared database:

$wpdb->prefix="wp_";