0

In phpMyAdmin in my server, When trying to view the table USER_STATISTICS in information_schema Database, This error comes in. Is it normal or need something to be done ?

enter image description here

Dharman
  • 30,962
  • 25
  • 85
  • 135
Tharindu Thisarasinghe
  • 3,846
  • 8
  • 39
  • 70

1 Answers1

0

Try this out, just execute this query as root user:

 GRANT SUPER ON *.* TO user@'localhost' IDENTIFIED BY 'password';
Fakhruddin Ujjainwala
  • 2,493
  • 17
  • 26