Link to home
Start Free TrialLog in
Avatar of roni123
roni123

asked on

ERROR 1016: Can't open file: 'repository.InnoDB'. (errno: 1)

I have a MySQL DB that I copied from another computer, and when I'm trying to see the tables structure I get the message:
ERROR 1016: Can't open file: 'repository.InnoDB'. (errno: 1)
What can be the reason for that?
And how can I solve it?
When I created the tables myself using the same CREATE statements, it worked, but I do not want to do that, I want to be able to work with the tables on another computer just by copying the files.
When I worked with MyISAM tables it worked great, the problem began when I moved to InnDB tables.
ASKER CERTIFIED SOLUTION
Avatar of ikework
ikework
Flag of Germany 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