• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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