Comment 3 for bug 1617715

Revision history for this message
Daniel Barrett (dbarrett-m) wrote :

The table mysql.slave_master_info was empty in all of our 40 MySQL databases, which led to a simpler fix. Just upgrade to the latest MySQL and then drop and recreate the table.

1. In MySQL as root:

mysql> drop table mysql.slave_master_info

2. In bash as root:

$ sudo -i mysql_upgrade --force -u root -p