Connecting Tech Pros Worldwide Help | Site Map

'Operating System Error 32' while installing MySQL

  #1  
Old September 14th, 2007, 05:05 PM
Newbie
 
Join Date: Sep 2007
Posts: 1
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.
  #2  
Old September 15th, 2007, 12:20 AM
pbmods's Avatar
Site Moderator
 
Join Date: Apr 2007
Location: Texas
Posts: 5,435
Provided Answers: 1

re: 'Operating System Error 32' while installing MySQL


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?).
Reply