• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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