xxxxxxxxxx
===================================
BEGIN LEAKED FIREBASE CONFIGURATION
===================================
apiKey: AIzaSyBIklC6-GUCwA9d_F8VRtKQQwkz6rX_ZEM
authDomain: platy-pixel-d07cd.firebaseapp.com
projectId: platy-pixel-d07cd
storageBucket: platy-pixel-d07cd.appspot.com
messagingSenderId: 172079264802
appId: 1:172079264802:web:9b5194bd5a6d566fe6067b
=================================
END LEAKED FIREBASE CONFIGURATION
=================================
xxxxxxxxxx
// edit config file
sudo nano /etc/mysql/mariadb.conf.d/50-server.cnf
// find and change the following line
bind-address = 127.0.0.1
// to
# bind-address = 127.0.0.1
// Also do same in
sudo nano /etc/mysql/mariadb.conf.d/50-server.cnf
// restart mysql
systemctl restart mysql
// allow access to mysql default port 3306 only from specific IP
sudo ufw allow from 197.210.54.162 to any port 3306
// restart firewall
sudo service ufw restart