Allow one virtual server to access a database on another virtual server

How can I allow one virtual server to access a database on another virtual server?

Anyone know???

Virtualmin doesn’t have a supported way of doing that; you’d have to login to MySQL as the root user, and manually grant a user rights to access the database.

You can do that manually using MySQL’s “GRANT” commands:

http://dev.mysql.com/doc/refman/5.0/en/grant.html

Or you can do all that from within phpMyAdmin.

-Eric