Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/04/2013, 02:48
hocklo
 
Fecha de Ingreso: abril-2013
Mensajes: 2
Antigüedad: 11 años, 9 meses
Puntos: 0
Respuesta: mi EVENT MYSQL que no me anda

Is your event scheduler running? Check with SHOW PROCESSLIST.

If you don't have a process "Daemon" by user "event_scheduler" then it's not running.

Start the event scheduler thus:

SET GLOBAL event_scheduler = ON;
See also http://dev.mysql.com/doc/refman/5.1/en/events-configuration.html

http://stackoverflow.com/questions/942354/why-this-mysql-event-cant-get-run

Esto tambien puede pasar que no tengas los eventos habilitados !!