• 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.

allowing external connections to databases???

C

canton

Guest
Hi all

How do i allow external connections for me to connect to my MtSQL databases (specs - FC4 Plesk 8)

thanks:)
 
mysql> GRANT ALL ON db_name.* TO user_name@'ip.add.re.ss' IDENTIFIED BY 'PASSWORD';




of course replace "db_name" and "ip.add.re.ss" and "user_name" with real values.
 
thank you...
and what if i wanted to connect via any ip address. what would the quire be then?
 
Back
Top