André Laugks: MySQL startet nicht mehr

Beitrag lesen

Hallo!

hier mal die letzte Meldung von einem Missglueckten Startversuch

021211 17:37:02  mysqld started
/usr/sbin/mysqld-max: File './eeltc20-bin.index' not found (Errcode: 13)
021211 17:37:02  Could not use eeltc20-bin for logging (error 13)
Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
If you do not want to use transactional InnoDB tables, add a line

Du hast MySQL-Max installiert. Mit MySQL-Max wird auch der Tabellentreiber InnoDB installiert. InnoDB ist aber nicht richtig konfiguriert. Deshalb startet der MySQL-server nicht.

Kommentiere in der my.cnf den Bereich InnoDB aus oder lösche ihn. Du setzt vor jeder Zeile, wo was mit InnoDB steht, eine Raute(#).

Du kannst aber auch InnoDB konfigurieren.
http://www.mysql.de/documentation/mysql/bychapter/manual.de_Table_types.html#InnoDB

was ist denn eine innodb_data???

Der Tabellen-Typ InnoDB unterstützt Transaktionen.

MfG, André Laugks
L-Andre @ gmx.de