Hi, I'm trying to make this query, but I do not know why I miss this error:
Mysql> show tables from ibdata1;
ERROR 1018 (HY000): Can not read dir of './ibdata1/' (errno: 20)
I am accessing the server using ssh. When I make the query I get this error. The user I have used is the same one that I use to create and design the bbdd.
From my website I can access without problems, but when trying with ssh does not allow me. Is there something I have not taken into account?
Mysql> show tables from ibdata1;
ERROR 1018 (HY000): Can not read dir of './ibdata1/' (errno: 20)
I am accessing the server using ssh. When I make the query I get this error. The user I have used is the same one that I use to create and design the bbdd.
From my website I can access without problems, but when trying with ssh does not allow me. Is there something I have not taken into account?