mysql - MariaDB refusing remote connections -


i using digitalocean ubuntu 16.04 . new version because used older versions before.

i have problem in connecting database remotely when logged in phpmyadmin ok.

by way followed tutorial in article dan costinel

https://askubuntu.com/questions/763336/cannot-enter-phpmyadmin-as-root-mysql-5-7

sudo nano /etc/mysql/mariadb.conf.d/50-server.cnf 

find line in file

bind-address = 127.0.0.1 

change ip address server ip adress

example:

bind-address = 101.10.14.16 

and restart service

sudo service mysql restart 

also might have open firewall ports if have ufw firewall enabled

take @ article talk in detail

https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-with-ufw-on-ubuntu-16-04#step-5-—-allowing-other-connections


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -