Colleagues, at the request of security workers at work, had to roll back from MqSQL 5.5 to 5.1, because Of support from RedHat there is only this version. Exported database from 5.5. imported into 5.1. Everything works, except replication server. Error connecting to master. I associate this problem with this (the result of the mysql_upgrade command ):
Repairing tables performance_schema.cond_instances Error : Unknown table engine 'PERFORMANCE_SCHEMA' error : Corrupt performance_schema.events_waits_current Error : Unknown table engine 'PERFORMANCE_SCHEMA' error : Corrupt performance_schema.events_waits_history Error : Unknown table engine 'PERFORMANCE_SCHEMA' error : Corrupt performance_schema.events_waits_history_long Error : Unknown table engine 'PERFORMANCE_SCHEMA' error : Corrupt performance_schema.events_waits_summary_by_instance Error : Unknown table engine 'PERFORMANCE_SCHEMA' error : Corrupt performance_schema.events_waits_summary_by_thread_by_event_name Error : Unknown table engine 'PERFORMANCE_SCHEMA' error : Corrupt performance_schema.events_waits_summary_global_by_event_name Error : Unknown table engine 'PERFORMANCE_SCHEMA' error : Corrupt performance_schema.file_instances Error : Unknown table engine 'PERFORMANCE_SCHEMA' error : Corrupt performance_schema.file_summary_by_event_name Error : Unknown table engine 'PERFORMANCE_SCHEMA' error : Corrupt performance_schema.file_summary_by_instance Error : Unknown table engine 'PERFORMANCE_SCHEMA' error : Corrupt performance_schema.mutex_instances Error : Unknown table engine 'PERFORMANCE_SCHEMA' error : Corrupt performance_schema.performance_timers Error : Unknown table engine 'PERFORMANCE_SCHEMA' error : Corrupt performance_schema.rwlock_instances Error : Unknown table engine 'PERFORMANCE_SCHEMA' error : Corrupt performance_schema.setup_consumers Error : Unknown table engine 'PERFORMANCE_SCHEMA' error : Corrupt performance_schema.setup_instruments Error : Unknown table engine 'PERFORMANCE_SCHEMA' error : Corrupt performance_schema.setup_timers Error : Unknown table engine 'PERFORMANCE_SCHEMA' error : Corrupt performance_schema.threads Error : Unknown table engine 'PERFORMANCE_SCHEMA' error : Corrupt Running 'mysql_fix_privilege_tables'... ERROR 29 (HY000) at line 349: File '/var/log/general.log' not found (Errcode: 13 ) FATAL ERROR: Upgrade failed Tried to do optimization and repair - does not help. Please indicate the way to solve the problem. thank