Link to home
Start Free TrialLog in
Avatar of motioneye
motioneyeFlag for Singapore

asked on

MYSQL information_schema

I run a following query but return me empty, I thoughtr it should return me at least a values where is my data or log restored ? what is actually this tables use for ? according from the linke http://dev.mysql.com/doc/refman/5.1/en/files-table.html. it refer to "NDB" data which I do not know what is this


mysql> select * from information_schema.files;
Empty set (0.00 sec)

mysql>
ASKER CERTIFIED SOLUTION
Avatar of Roger Baklund
Roger Baklund
Flag of Norway image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial