you can escape this keyword by using `keyword` or use another name ^^
if you want to fix it for now fast and easy just escape this keyword before "FROM" in query using `keyword` to solve your issue right now until tk fix it
more info:
know that java servers never used escapes in queries, many words from java servers exists as keywords in mysql (many times i've wondered how servers worked so far) nothing is escaped (since it will never be sql injected) just used other words than keywords and since a keyword found in newer mysql the best solution is to rename it and thats all.