[mythtv-commits] Ticket #12713: Mythweb fails with mysql Server version: 5.7.11-0ubuntu5

MythTV noreply at mythtv.org
Wed Dec 14 04:14:30 UTC 2016


#12713: Mythweb fails with mysql Server version: 5.7.11-0ubuntu5
----------------------------------+------------------------
 Reporter:  jksjdevelop@…         |          Owner:  dekarl
     Type:  Bug Report - General  |         Status:  closed
 Priority:  minor                 |      Milestone:  0.28.1
Component:  Plugin - MythWeb      |        Version:  0.28.0
 Severity:  medium                |     Resolution:  Fixed
 Keywords:                        |  Ticket locked:  0
----------------------------------+------------------------

Comment (by dm@…):

 Gave up on Mythbuntu 0.28 for this error.  Installed Xubuntu with Myth
 backend, database, web packages.  Upon setup completion, got same error.

 Tried this fix, didn't work for me.
 {{{
 [mysqld]
 #bind-address=0.0.0.0
 max_connections=100
 sql_mode=NO_ENGINE_SUBSTITUTION
 }}}

 Below however did work for me.
 {{{
 [mysqld]
 #bind-address=::
 bind-address=0.0.0.0
 max_connections=100
 sql_mode=NO_ENGINE_SUBSTITUTION
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12713#comment:28>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list