Incompatible Change: Access to the INFORMATION_SCHEMA.FILES table now requires the PROCESS privilege. This change affects users of the mysqldump command, which accesses tablespace information in the FILES table, and thus now requires the PROCESS privilege as well.
Users who do not need to dump tablespace information can work around this requirement by invoking mysqldump with the --no-tablespaces option.