INSERT INTO movie (id, title, desc, released, views, featured) VALUES (\'\', \'title\', \' \\r\\n description \\r\\n\', \'2006-12-12\', \'0\', \'0\')
DESC is a reserved word of MySQL and if you use it for naming consider using `desc`.