ok,<br><br>So i was messing with the database trying to turn XvMC on only for HD.&nbsp; Which i got to work.&nbsp; Then i decided to remove it.&nbsp; I was like ok ill just put the &quot;1&quot; to &quot;0&quot; so i did...<br><br>update settings set data=&#39;0&#39;; 
<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.&nbsp; BUT i was thinking maybe it would just be easier to import the settings table only.&nbsp; How can i do this.
<br><br>I have my backup command run once daily by cron.<br><br>Thanks,<br>Mitchell<br>