Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/12/2013, 14:41
sneakeriqq
 
Fecha de Ingreso: diciembre-2013
Mensajes: 1
Antigüedad: 10 años, 4 meses
Puntos: 0
Pregunta Error en WAMP al arrancar Mysql...

Hola amigos, les escribo ya que no encuentro solución alguna a mi problema en san google... resulta que estoy configurando WAMP en un servidor Windows Web Server 2008 R2, instale correctamente el programa, pero al momento de arrancar los servicios solo puedo iniciar el Apache, el MySql me da el siguiente error:


13:50:31 [mysql] Error: MySQL shutdown unexpectedly.
13:50:31 [mysql] This may be due to a blocked port, missing dependencies,
13:50:31 [mysql] improper privileges, a crash, or a shutdown by another method.
13:50:31 [mysql] Press the Logs button to view error logs and check
13:50:31 [mysql] the Windows Event Viewer for more clues
13:50:31 [mysql] If you need more help, copy and post this
13:50:31 [mysql] entire log window on the forums


/***************************************/

Luego al entrar al alrchivo de LOG:

131216 13:50:03 [Note] c:\xampp\mysql\bin\mysqld.exe: Shutdown complete

131216 13:50:31 [Note] Plugin 'FEDERATED' is disabled.
131216 13:50:31 InnoDB: The InnoDB memory heap is disabled
131216 13:50:31 InnoDB: Mutexes and rw_locks use Windows interlocked functions
131216 13:50:31 InnoDB: Compressed tables use zlib 1.2.3
131216 13:50:31 InnoDB: Initializing buffer pool, size = 16.0M
131216 13:50:31 InnoDB: Completed initialization of buffer pool
InnoDB: Error: space header page consists of zero bytes in data file C:\xampp\mysql\data\ibdata1
131216 13:50:31 InnoDB: Could not open or create data files.
131216 13:50:31 InnoDB: If you tried to add new data files, and it failed here,
131216 13:50:31 InnoDB: you should now edit innodb_data_file_path in my.cnf back
131216 13:50:31 InnoDB: to what it was, and remove the new ibdata files InnoDB created
131216 13:50:31 InnoDB: in this failed attempt. InnoDB only wrote those files full of
131216 13:50:31 InnoDB: zeros, but did not yet use them in any way. But be careful: do not
131216 13:50:31 InnoDB: remove old data files which contain your precious data!
131216 13:50:31 [ERROR] Plugin 'InnoDB' init function returned error.
131216 13:50:31 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
131216 13:50:31 [ERROR] Unknown/unsupported storage engine: InnoDB
131216 13:50:31 [ERROR] Aborting

131216 13:50:31 [Note] c:\xampp\mysql\bin\mysqld.exe: Shutdown complete


/****************************************/

ya intente varios pasos que daban solución a otros usuarios... como
exit Xampp server
go to your C:\xampp\mysql\data directory
delete the ibdata1 file
restart xampp server

o modificar el archivo config.inc.php en la linea donde aparece:

$cfg['Servers'][$i]['user'] = '';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['controluser'] = ”;
$cfg['Servers'][$i]['controlpass'] = ”;


pero todas esas soluciones me dan el mismo error al abrir el PHPmyadmin:

Error
MySQL ha dicho:

#2002 - No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha conexión.

El servidor no está respondiendo (o el zócalo local al servidor MySQL no está configurado correctamente).


Espero que me puedan orientar en lo que puedan, gracias =)