472,131 Members | 1,634 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,131 software developers and data experts.

'Operating System Error 32' while installing MySQL

I installed MySQL on a windows server 2003, in an acxtive directory domain and I get error 32 which is a sharing error. I do not understand this and I am also adding the first several lines of my .err log:
Expand|Select|Wrap|Line Numbers
  1. InnoDB: The first specified data file D:\MySQL Datafiles\ibdata1 did not exist:
  2. InnoDB: a new database to be created!
  3. 070202 16:23:54  InnoDB: Setting file D:\MySQL Datafiles\ibdata1 size to 10 MB
  4. InnoDB: Database physically writes the file full: wait...
  5. 070202 16:23:55  InnoDB: Log file .\ib_logfile0 did not exist: new to be created
  6. InnoDB: Setting log file .\ib_logfile0 size to 83 MB
  7. InnoDB: Database physically writes the file full: wait...
  8. 070202 16:23:56  InnoDB: Log file .\ib_logfile1 did not exist: new to be created
  9. InnoDB: Setting log file .\ib_logfile1 size to 83 MB
  10. InnoDB: Database physically writes the file full: wait...
  11. InnoDB: Doublewrite buffer not found: creating new
  12. InnoDB: Doublewrite buffer created
  13. InnoDB: Creating foreign key constraint system tables
  14. InnoDB: Foreign key constraint system tables created
  15. 070202 16:23:58  InnoDB: Started; log sequence number 0 0
  16. 070202 16:23:58 [Note] D:\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
  17. Version: '5.0.27-community-nt'  socket: ''  port: 3306  MySQL Community Edition (GPL)
  18. 070203  1:09:12  InnoDB: Operating system error number 32 in a file operation.
  19. InnoDB: Some operating system error numbers are described at
  20. InnoDB: http://dev.mysql.com/doc/refman/5.0/en/operating-system-error-codes.html
  21. InnoDB: File name D:\MySQL Datafiles\ibdata1
  22. InnoDB: File operation call: 'open'.
  23. InnoDB: Cannot continue operation.
  24.  
I need to know what I can do to fix this problem and have the service start.
Sep 14 '07 #1
1 10029
pbmods
5,821 Expert 4TB
Heya, Jdresow. Welcome to TSDN!

Open your Task Manager and make sure that you don't already have a mysqld process running. If so, quit it and try again.

Changed thread title to better describe the problem (did you know that threads whose titles do not follow the Posting Guidelines actually get FEWER responses?).
Sep 14 '07 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

reply views Thread by Darek | last post: by
1 post views Thread by Kerry Shetline | last post: by
reply views Thread by Nick Boudreau | last post: by
reply views Thread by ngiven | last post: by
6 posts views Thread by John Salerno | last post: by
epots9
reply views Thread by epots9 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.