Answers for "how to open closed port mysql in ubuntu"

SQL
1

how to open closed port mysql in ubuntu

sudo nano /etc/mysql/mariadb.conf.d/50-server.cnf
#hash (#) at the beginning of following line
#bind-address = 127.0.0.1
Posted by: Guest on March-22-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language