Is there a way to list all the reserved words in MySQL(5.x) using the command-line utility (mysql)?
There is a mysql schema in MySQL(5.x)
You can query :
SELECT * FROM mysql.help_keyword;