Thank you for your reply and you are correct, but since I wanted to maintain some restrictions I added the line:
sql_mode=ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
and it seems to be working fine, although I do wish there was a way to remove strict mode for only one user...