I upgraded a test cluster set-up from Mysql Cluster 5.7 to Mysql Cluster 8 (8.0.19). After the upgrade, I can't create tables. When I issue a "CREATE TABLE" command, I get the error message:
ERROR 1005 (HY000): Can't create table 'table-name'
This also happens with the "ALTER TABLE" command.
In that case I get the error:
"ERROR 1005 (HY000): Can't create destination table for copying alter table"
Just to address the obvious, the user has full privileges to create tables (since this is a test environment, I am using "root").
Any ideas how to correct this? Thanks much!
ERROR 1005 (HY000): Can't create table 'table-name'
This also happens with the "ALTER TABLE" command.
In that case I get the error:
"ERROR 1005 (HY000): Can't create destination table for copying alter table"
Just to address the obvious, the user has full privileges to create tables (since this is a test environment, I am using "root").
Any ideas how to correct this? Thanks much!