I am getting mysql 1142 error on the following query
mysql> SELECT host, user ,password, Grant_priv, Super_priv FROM mysql.user;
ERROR 1142 (42000): SELECT command denied to user ''@'localhost' for table 'user'
Can someone help me with the ERROR 1142 (42000)?