Kodi Community Forum
SQL Wake on LAN issue - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: SQL Wake on LAN issue (/showthread.php?tid=369181)



SQL Wake on LAN issue - Wilson157 - 2022-08-06

Hi guys,
I used to have 2 Nvidia shields with seperate libraries connected to 1 HTPC (Win10) as the media source. I could put the HTPC to sleep and then either shield would wake it up when Kodi started.
However since using mySQL on the HTPC for a shared library the HTPC keeps waking up. Even when the shields are off

Any ideas?


RE: SQL Wake on LAN issue - Klojum - 2022-08-06

(2022-08-06, 14:44)Wilson157 Wrote: However since using mySQL on the HTPC for a shared library the HTPC keeps waking up. Even when the shields are off

MySQL (or MariaDB for that matter) shouldn't keep the HTPC awake when no data is being requested. And if that is still happening, any request should be noted down in MySQL's own log file.
Also how often does the HTPC wake, and at which time(s) ?


RE: SQL Wake on LAN issue - AndyHenderson - 2022-08-06

It's worth getting to know the Windows powercfg command and, in particular, powercfg -lastwake.

Andy