/etc/init.d/mysql is there, but I don't have a mysql.conf.
My temporary workaround is to stop and start xbmc with "sudo stop/start xbmc". After that, XBMC will find my movies and shows.
ok. then edit /etc/init/xbmc-preload.conf and before last two lines put mysql startup command via script so it will look like:
Code:
.
.
.
.
/etc/init.d/mysql start || :
{ [ -e /etc/init/xbmc.override ] && initctl emit -n xbmc-norun-event; } || start xbmc
end script
This works, thanks!!! Finally
(1st Aug, 2013 07:31 AM)JD2k3 Wrote: [ -> ]
Code:
start on stopping mountall and started networking and net-device-up wlan0
This works for me !
config : nas synology / XBian 1.0Beta2 (XBMC 12.2)
Next step *wifi challenge* try antoher room!