MySQL, InnoDB, ошибки на новом сервере

Статус
В этой теме нельзя размещать новые ответы.

Горбушка

Ищу её...
Регистрация
2 Май 2008
Сообщения
3.444
Реакции
2.524
Поставил сервер MySQL, ничего с ним ещё не делал, при запуске вот такие записи появляются:
Код:
[Warning] InnoDB: Cannot open table mysql/slave_master_info from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
[Warning] Info table is not ready to be used. Table 'mysql.slave_master_info' cannot be opened.
[Warning] InnoDB: Cannot open table mysql/slave_worker_info from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
[Warning] InnoDB: Cannot open table mysql/slave_relay_log_info from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
[Warning] Info table is not ready to be used. Table 'mysql.slave_relay_log_info' cannot be opened.
Чёт зависаю сегодня - что ему не нравится?

P.s. сервер на базе сборки ampps, Windows 8.1, Антивирус KIS 2014, сеть 3G через Wi-Fi модем, впрочем, сервер строго локален.
 
У тебя не кластер, так что убирай с конфига репликацию.
 
Во, точно... Тупанул...
Код:
# REPLICATION
log-bin=mysql-bin
binlog_format=mixed
server-id	= 1
Закомментировал эти параметры - всё стало как надо, спасибо.
 
Последнее редактирование:
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху