open mysql port bitnami tomact code example
Example 1: open mysql port bitnami tomact
/opt/bitnami/mysql/bin/mysql -u root -p -e "grant all privileges on *.* to 'root'@'%' identified by 'PASSWORD' with grant option";
Example 2: open mysql port bitnami tomact
#bind-address=127.0.0.1
Example 3: open mysql port bitnami tomact
bind-address=127.0.0.1
Example 4: open mysql port bitnami tomact
sudo ufw allow mysql/tcp