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

3 posts / 0 new
Last post
#1 Sun, 09/04/2011 - 13:32
Regional Creations

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?

Tue, 09/06/2011 - 17:58
Regional Creations

Anyone know???

Tue, 09/06/2011 - 18:04
andreychek

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

Topic locked