If I have multiple sites here at PA, is there a way to make them partially share the MySQL database of the first?
The ultimate goal for this is for me to make a second site, but it would be real cool if that site could share the authentication tables with the first one. Ie, same users and logins and stuff. Is this possible to share databases like this while other functionality in the second site has its own database? If not, is there another good way to share logins across two or more sites?