To correct this madness, I had run kill -9 on the mysqld_safe. service mysql start --skip-slave-start, run CHANGE MASTER TOto do the next available position, START SLAVE; following:
- Run
kill -9 on the mysqld_safe process - Run
service mysql start --skip-slave-start - Run
CHANGE MASTER TO the next available position - Run
START SLAVE;
From there, and replication was off and running. This has happened to my boss once and to me once. Of course, I reloaded the data from the Master in full to get the Slave sync'd (Good thing the database was less than 100MB).
If this crazy scenario was possible from a MySQL 5.5.30 Master to MySQL 5.6.21 Slave, (as I have seenshown happen and have done multiple maintenancestwo maintenance cycles to correct), then the reverse is far more likely (the reverse being a new Master and an older Slave).