• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Database Access

M

mbopp

Guest
I am looking for any information that will help me create a database on a virtual domain account that can be accessed from outside that domain. At a dns other than localhost. Is this possible? If so, how do I accomplish this?

Thanks in advance
 
mbopp,

In order to give access to your db from outside local host you have to add a user with priviledges from out side localhost. When adding the user you can give access to % (any outside address), but I would suggest adding a specific IP or domain name for better security. The mysql syntax for adding the priviledged user can be found here: http://sunsite.mff.cuni.cz/MIRRORS/ftp.mysql.com/doc/en/Adding_users.html

you can also use phpmyadmin, if you download it to one of your domains and connect as the admin user.
 
Back
Top