9th Jan 2022
WordPress Toolkit Backup/Restore MySQL 8.0 Database Issue
It was recently discovered that databases with special functions in MySQL 8.0 fail to backup.
This is due to a change in MySQL 8.0 when handling specific types of data.
The MySQL documentation states the following:
Incompatible Change: Access to the INFORMATION_SCHEMA.FILES table now requires the PROCESS privilege.
This change ...