MySQL Error MY-013484 – ER_UPGRADE_WITH_PARTITIONED_TABLES_REJECTED

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.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

MySQL Error Message Could not read CA key file: %s Reason for the Error ER_X509_CANT_READ_CA_KEY was added in 8.0.2.
MySQL Error Message Read invalid event from master: ‘%s’, master could be corrupt but a more likely cause of this...
MySQL Error Message %s Reason for the Error ER_IB_MSG_315 was added in 8.0.11.