sudo ufw allow mysql/tcp
bind-address=127.0.0.1
#bind-address=127.0.0.1
/opt/bitnami/mysql/bin/mysql -u root -p -e "grant all privileges on *.* to 'root'@'%' identified by 'PASSWORD' with grant option";