I am trying to install mysql@5.7 through Homebrew in Mac OS Catalina following the link - https://gist.github.com/operatino/392614486ce4421063b9dece4dfe6c21 and when I try to start the server via mysql.server start
, I get the error:
Starting MySQL
. ERROR! The server quit without updating PID file (/usr/local/var/mysql/C02XL11SJGH8.pid).
I have attached the C02XL11SJGH8.err which is a very large file with the error logs. The latest error message in the file says:
2019-12-09T18:59:52.772975Z 0 [ERROR] [FATAL] InnoDB: Table flags are 0 in the data dictionary but the flags in file ./ibdata1 are 0x4800!
Please help in understanding the issue here.