You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'default='akaDylan Open.ttf' WHERE fontfoldername = 'akadylan'' at line 1
is my error
I'm trying to look for a row where the fontfolder name is one thing and then insert into the other column (default) a value.
UPDATE fonts SET default='akaDylan Open.ttf' WHERE fontfoldername = 'akadylan'
is the query echo - looks good doesn't it?