Estaba cargando base de datos por línea de comando y hubo fallo eléctrico. Reinicie el PC y no me dejo subir la base de datos.
Encontré que lo mejor era subir el servicio mysql con una base de datos a la vez. Lo hice funciona ahora. El problema es que ahora el log de errores me muestra lo siguiente
Código SQL:
Ver original
[...] 30824 23:56:50 [ERROR] Native TABLE 'performance_schema'.'events_waits_current' has the wrong STRUCTURE 130824 23:56:50 [ERROR] Native TABLE 'performance_schema'.'events_waits_history' has the wrong STRUCTURE 130824 23:56:50 [ERROR] Native TABLE 'performance_schema'.'events_waits_history_long' has the wrong STRUCTURE 130824 23:56:50 [ERROR] Native TABLE 'performance_schema'.'setup_consumers' has the wrong STRUCTURE 130824 23:56:50 [ERROR] Native TABLE 'performance_schema'.'setup_instruments' has the wrong STRUCTURE 130824 23:56:50 [ERROR] Native TABLE 'performance_schema'.'setup_timers' has the wrong STRUCTURE 130824 23:56:50 [ERROR] Native TABLE 'performance_schema'.'performance_timers' has the wrong STRUCTURE 130824 23:56:50 [ERROR] Native TABLE 'performance_schema'.'threads' has the wrong STRUCTURE 130824 23:56:50 [ERROR] Native TABLE 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong STRUCTURE 130824 23:56:50 [ERROR] Native TABLE 'performance_schema'.'events_waits_summary_by_instance' has the wrong STRUCTURE 130824 23:56:50 [ERROR] Native TABLE 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong STRUCTURE 130824 23:56:50 [ERROR] Native TABLE 'performance_schema'.'file_summary_by_event_name' has the wrong STRUCTURE 130824 23:56:50 [ERROR] Native TABLE 'performance_schema'.'file_summary_by_instance' has the wrong STRUCTURE 130824 23:56:50 [ERROR] Native TABLE 'performance_schema'.'mutex_instances' has the wrong STRUCTURE 130824 23:56:50 [ERROR] Native TABLE 'performance_schema'.'rwlock_instances' has the wrong STRUCTURE 130824 23:56:50 [ERROR] Native TABLE 'performance_schema'.'cond_instances' has the wrong STRUCTURE 130824 23:56:50 [ERROR] Native TABLE 'performance_schema'.'file_instances' has the wrong STRUCTURE 130824 23:56:50 [Note] Event Scheduler: Loaded 0 events [...]
Qué significa, y cómo lo corrijo?