I have a Droplet on DigitalOcean with Mysql 5.6 on Ubuntu 15.10.
Normally for remote connection I change the /etc/mysql/my.cnf
file in the bind-address = 0.0.0.0
parameter.
It turns out that in this version the file my.cnf
only comes with the includes
below:
!includedir /etc/mysql/conf.d/
!includedir /etc/mysql/mysql.conf.d/
I have not found where to change bind-address = 0.0.0.0
I have already assigned the permissions to the user.
In version 5.6
of mysql
% of configuration file% changed?