MySQL default

I can set if creating a new domain an associated DB is automatically created.
Ok, but My idea is that if the new domain is DOMAIN.TLD, my DB name can be DOMAIN, but I want the user is somethink like ADM_DOMAIN instead of the standard "DOMAIN". With is own passwd. And want enable only limited permission, not "All" as default. How can I do this? (a part manually as I doing now …)

Regards, P.

Howdy,

If you go into System Settings -> Server Templates -> Default -> MySQL Database, there’s some fields there where you can set how the databases are named.

In particular, you may want to look at "Default database name" and "Prefix for additional databases".
-Eric