[mythtv-users] mysql problems

Peter Bennett (cats22) cats22 at comcast.net
Wed Apr 27 02:41:06 UTC 2016


On 04/26/2016 05:00 PM, Thomas Mashos wrote:
> I just checked, and I can log in with " mysql -u mythtv -p -h
> 127.0.0.1". It's just adding the real IP address that's not working.

Out-of-the-box, MySQL only allows connections from the localhost
identified by the IP Address of 127.0.0.1. 

Edit /etc/mysql/mysql.conf.d/mysqld.cnf

We need to remove that restriction, so find the line that says
bind-address = 127.0.0.1

and comment it out.

Peter


More information about the mythtv-users mailing list