Problem mit MySQL-Installation unter Windows 2003

bishbind

Registered User
Hallo,

ich versuche gerade MySQL unter Windows 2003 zum Laufen zu bekommen. Beider Konfiguration des Dienstes erhalte ich jedoch immer die Fehlermeldung:

Code:
The security settings could not be applied to the database because the connection has failed with the following error.

Error Nr. 2003
Can´t connect to MySQL server on 'localhost' (10061)

Auch das Beenden und Neustarten des MySQL-Dienstes funktioniert nicht. Beim Starten bekomme ich immer einen Unerwarteten Fehler. In der Error-Log steht folgendes:

Code:
071009 13:17:54  InnoDB: Log file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 83 MB
InnoDB: Database physically writes the file full: wait...
071009 13:18:27  InnoDB: Log file .\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 83 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Cannot initialize created log files because
InnoDB: data files are corrupt, or new data files were
InnoDB: created when the database was started previous
InnoDB: time but the database was not shut down
InnoDB: normally after that.
071009 13:18:51 [ERROR] Default storage engine (InnoDB) is not available
071009 13:18:51 [ERROR] Aborting

071009 13:18:51 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Shutdown complete

InnoDB: No valid checkpoint found.
InnoDB: If this error appears when you are creating an InnoDB database,
InnoDB: the problem may be that during an earlier attempt you managed
InnoDB: to create the InnoDB data files, but log file creation failed.
InnoDB: If that is the case, please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.0/en/error-creating-innodb.html
071009 13:18:52 [ERROR] Default storage engine (InnoDB) is not available
071009 13:18:52 [ERROR] Aborting

071009 13:18:52 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Shutdown complete
Können die Probleme evtl. damit zusammenhängen, dass ein MS-SQL-Server parallel installiert und aktiviert ist?


Grüße,
Christian
 
Back
Top