why, exactly, do you need to have multiple users on the same database? that's incredibly inefficient if you don't have a real reason to.

and, you can re-use connections by using mysql_pconnect() to create a persistent connection for each session.