MySQL Error Message
Upgrading from server version %d with partitioned tables
and lower_case_table_names == 1 on a case sensitive file system
may cause issues, and is therefore prohibited. To upgrade anyway,
restart the new server version with the command line option
‘upgrade=FORCE’. When upgrade is completed, please execute ‘RENAME
TABLE <part_table_name> TO <new_table_name>; RENAME
TABLE <new_table_name> TO <part_table_name>;’ for each
of the partitioned tables. Please see the documentation for
further information.
Reason for the Error
ER_UPGRADE_WITH_PARTITIONED_TABLES_REJECTED
was added in 8.0.17, removed after 8.0.18.