Gitta,
in Windows the error number 32 means:
32
The process cannot access the file because it is being used by another
process.
ERROR_SHARING_VIOLATION
Maybe the installation left the MySQL server mysqld running in your system?
When you try to start another mysqld instance, it rightfully c
Hello,
may I ask for help concerning the following problem:
I just installed mysql, created a my.cnf under c:/, containing
the information
[mysqld]
innodb_data_file_path = ibdata1:50M.
IBdata1 was created.
But trying to start the server there is the following message:
C:\mysql\bin>mysqld
InnoD