Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/04/2009, 06:53
AnDrEa MM
 
Fecha de Ingreso: mayo-2005
Mensajes: 510
Antigüedad: 19 años
Puntos: 1
Pregunta MySQL: the service could not be started

Hola,

Estoy intentado instalar MySQL 5.1 en mi ordenador (SO: Windows Vista). El proceso de instalación parece que se realiza bien, pero en la pantalla final, al iniciar el servicio, salta el error "The service could not be started".

He introducido por línea de comandos lo siguiente:

Código PHP:
H:>mysqld --defaults-file="C:\Program Files\MySQL\MySQL Server 5.1\my.ini" --standalone --console 
Y la salida es:

Código PHP:
090427 13:54:09  InnoDBOperating system error number 5 in a file operation.
InnoDBThe error means mysqld does not have the access rights to
InnoDB
the directoryIt may also be you have created a subdirectory
InnoDB
of the same name as a data file.
InnoDBFile name .ib_logfile0
InnoDB
File operation call'open'.
InnoDBCannot continue operation
Pero no termino de entender qué implica ese mensaje... Alguna idea para solucionar el problema?

Un saludo,
/Andrea