ok,<br><br>So i was messing with the database trying to turn XvMC on only for HD. Which i got to work. Then i decided to remove it. I was like ok ill just put the "1" to "0" so i did...<br><br>update settings set data='0';
<br><br>and you know what happened everything when to 0 in data! I forgot my where clause!<br><br>Anyway to fix this...<br><br>I was thinking i would just import my backup that i have from last night. BUT i was thinking maybe it would just be easier to import the settings table only. How can i do this.
<br><br>I have my backup command run once daily by cron.<br><br>Thanks,<br>Mitchell<br>