REDO logs

Not sure what do you mean by “redo logs” here, but probably you were thinking about binary logs, and maybe this solution would meet your needs:
[url]backup - MySQL Point in Time Recovery For Just a Single Schema? - Database Administrators Stack Exchange

By “redo logs” in MySQL we usually mean the InnoDB transaction logs.

Yes, sorry. That’s what I had in mind. I’ll go to try it. Thank you.