When I tried the following command to try to grant privileges, I am getting the following error, can anyone tell me why there is a syntax error?
mysql> grant all privileges on ufo.* to 'abc'@'%' identified by 'abc';
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'identified by 'abc'' at line 1