[mythtv-commits] Ticket #11096: Settings might be silently reset if DB is unavailable

MythTV noreply at mythtv.org
Wed Jun 19 22:47:48 UTC 2013


#11096: Settings might be silently reset if DB is unavailable
----------------------------------+-------------------------
 Reporter:  anonymous@…           |          Owner:
     Type:  Bug Report - General  |         Status:  new
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - General      |        Version:  0.25.2
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+-------------------------

Comment (by Gary Buhrmaster <gary.buhrmaster@…>):

 What is your max_connections value in your mysql my.cnf file?  Starting
 with I think 0.25(ish) the number of connections used could end up being
 higher than your current setting, or the defaults (100 in some versions of
 mysql).  Try increasing the value of max_connections to something like 250
 (or perhaps higher) to minimize the likelihood of running into this issue.
 Note that you can change the value on the fly for the current session by
 issuing a 'set global max_connections = 250;' in the mysql cli.  But you
 still need to change the value in my.cnf for the next startup.  To see the
 current value you can issue the command 'select @@max_connections;' from
 the mysql cli.

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


More information about the mythtv-commits mailing list