He instalado un servidor MySQL en mi computadora y cuando lo instalé por primera vez, se ejecutó automáticamente. Ahora he reiniciado mi computadora, ya no se está ejecutando. ¿Qué archivo necesito ejecutar para que vuelva a funcionar?
He intentado ejecutar MySQL 5.6 Command Line Client y mysqld.exe
desde el Program Files/MySQL/MySQLServer/bin
directorio, y no he tenido suerte.
Al ejecutar mysqld.exe, aparece el siguiente error:
2013-10-28 18:52:12 4788 [ERROR] InnoDB: .\ibdata1 can't be opened in read-write mode
2013-10-28 18:52:12 4788 [ERROR] InnoDB: The system tablespace must be writable!
2013-10-28 18:52:12 4788 [ERROR] Plugin 'InnoDB' init function returned error.
2013-10-28 18:52:12 4788 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2013-10-28 18:52:12 4788 [ERROR] Unknown/unsupported storage engine: InnoDB
2013-10-28 18:52:12 4788 [ERROR] Aborting`
Naturalmente, intenté ejecutarlo como administrador, y obtuve esto:
C:\Windows\system32>"C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqld.exe"
2013-10-28 19:24:30 0 [Warning] TIMESTAMP with implicit DEFAULT value is depreca
ted. Please use --explicit_defaults_for_timestamp server option (see documentati
on for more details).