tags:

views:

20

answers:

3

when removed the ibdata1 it worked, and I cant understand how it happened. I checked with ps and there was no mysql process. also permissions were ok. Is there a way to check the integrity of this file?

A: 

Did you restart mysql with the wrong user at some point? What were the permissions on the file and the directory it was in?

Paul Tomblin
A: 

I guess some other process is talking to this resource/file you don't have the right permissions on that file.
You could restart the computer as an easy solution.
If that does not help, you need to find out out who else is using that file. But first, check permissions.

Itay Moav
A: 

Found out that this is a known bug when using mysql on NFS.

ohadshai