Reply to thread

[USER=128074]@CathodeRay[/USER]


I guess such is life with computers. :)


With regards to getting additional debug from MySQL: you're right that googling can be a pain in the backside. My understanding is that use of the "--debug" switch for mysqld.exe should give additional output. Apparently you can run "mysqld.exe --verbose --help" on the command line to get a full listing of information about the available switches.


I have a question for you. You mentioned that the PC on which TV Server is installed is not usually connected to a network. I note the following in the log files you provided on the first page:

2015-08-13 11:39:23.375000 [TVService(6)]: Controller: started at media-pc

2015-08-13 11:39:23.375000 [TVService(6)]: Controller: local ip address:192.169.1.9

2015-08-13 11:39:23.375000 [TVService(6)]: Controller: local ip address:192.168.0.4


Are you able to explain why there are 2 addresses here?

I ask because this sort of stuff can affect MySQL (because it binds to network adapters).

Just wondering if changes in network configuration while you're troubleshooting might actually be causing the very issues that you're battling.


Top Bottom