• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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