Quote:
Originally Posted by GigoloShawn
It's pretty easy.
Code:
define('CUSTOM_USER_TABLE', 'wp2_users');
define('CUSTOM_USER_META_TABLE', 'wp2_usermeta');
|
That's all you need for using a different table on the same SQL server between WordPress installs these days.
If you're sharing with a different script, obviously you'll have to have someone roll it for you.