Mysql Database Access from Subdomains.

E

exotec

Guest
Greetings,
I am hoping someone can help me. I am trying to figure out how to allow mysql access from a subdomain. I am not really sure were to begin to look for the answer to this question so I thought I would start here.
Thanks.
Douglas.
 
domains and subdomains have access to the databases on the localhost, there isn't a restriction i'm aware of. I've got many subdomains using apps with MySQL DB's. Just use the normal DB parameters

DB Host: localhost
DB UserID
DB Password
 
Back
Top