I am migrating old CentOS VMs running MySQL 5.x to MySQL 8.0.x that will run on Rocky 8 or 9.
I am installing mysql 8.0.x on the CentOS first, so I can verify all database files are updated and working.
Mysql 8 keeps reading the NetApp .snapshot folder as databases and throwing errors and stopping.
For some reason, this was not an issue in Mysql 5.x.
I did some research and I believe mysql 8 does not have the ignore directory setting anynore
Has anyone had and solved this issue ?
Thank you.