HOW TO FIX MYSQL ERROR "PLUGIN 'INNODB' REGISTRATION AS A STORAGE ENGINE FAILED"? [Solved]

Solution:
1.Login to server via SSH with root access.
2.Navigate to /var/lib/mysql.
3.If you see log files like, ib_logfile0 and ib_logfile1, rename or remove them.
4.Stop and start the MySQL service.