Skip to main content
Tweeted twitter.com/#!/StackDBAs/status/137535976259067904
edited title
Link
RolandoMySQLDBA
  • 185.6k
  • 34
  • 327
  • 543

Information_schema selection error INFORMATION_SCHEMA Selection Error

Information_schema selectinoselection error

Source Link
Mokus
  • 1k
  • 4
  • 15
  • 18

Information_schema selectino error

I'm trying to select data from information_schema but I'm getting the following error. How can I fix this?

mysql> SELECT * FROM information_schema.tables ; ERROR 1018 (HY000): Can't read dir of '.' (errno: 13)