"Yo fellow devs, I'm having a meltdown - just migrated my Laravel app to a new server and now my MySQL query is throwing a 'syntax error at line 1' even though it was running smooth on the old server. My query is a simple one: `SELECT * FROM transactions WHERE user_id = $userId`, where `$userId` is a variable. Anyone see any obvious issues?"