Rick,
Thanks for the info.
I will see if I can make that work.

Here is the script which I use to replicate the DB's:

#!/bin/sh
/usr/bin/mysqldump --user=UBB --password=XXXX --opt --tables UBB w3t_Users > /backup/UBB/UBB_Users.sql
/usr/bin/mysql --user=UBB2 --password=XXXX UBB2 < /backup/UBB/UBB_Users.sql
rm -f /backup/UBB/UBB_Users.sql

I will update, after I attempt to add the script.

Thanks.

Cheers, Bill