我的mysql是5.0的,最近经常出问题,遇到各种各样的问题,我在err文件里找到以下内容,091215 11:39:54  InnoDB: Operating system error number 32 in a file operation.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/mysql/en/Operating_System_error_codes.html
InnoDB: File name .\ibdata1
InnoDB: File operation call: 'open'.
InnoDB: Cannot continue operation.
根据这个网站我找到了32号
32 ERROR_SHARING_VIOLATION The process cannot access the file because it is being used by another process. 意思是进程不能访问文件因为有其它进程在使用,现在我只能用 
mysqld --console启动我的mysql了,帮帮我吧,到底是什么原因呢,谢谢