This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
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:
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