MySQL Forums
Forum List  »  Install & Repo

Re: Unsupported redo log format
Posted by: Terje Røsten
Date: February 24, 2020 06:46AM

Try:

https://downloads.mysql.com/archives/community/

Pick 5.7 version and Linux Generic + Linux Generic glibc 21.2 64 bit.

Download the tarball, unpack and start MySQL server by hand:

$ bin/mysqld --no-defaults --datadir=/path/to/datadir

In different terminal, run mysql_upgrade:

$ bin/mysql_upgrade --no-defaults -uroot -p

Options: ReplyQuote


Subject
Written By
Posted
February 23, 2020 02:21PM
Re: Unsupported redo log format
February 24, 2020 06:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.