Answers for "check mysql configuration for remote access ubutu"

SQL
0

mysql remote acces ubuntu

GRANT ALL ON wordpressdb.* TO 'wpadmin'@'192.168.1.100' IDENTIFIED BY '%u#098Tl3' WITH GRANT OPTION;
Posted by: Guest on April-13-2021
0

Enable remote access for MySQL

[root@server #] nano /etc/csf/csf.allow
tcp:in:d=3306=IP-HERE
Posted by: Guest on November-19-2021

Code answers related to "check mysql configuration for remote access ubutu"

Code answers related to "SQL"

Browse Popular Code Answers by Language