MySQL Forums
Forum List  »  NDB clusters

Can't Create Tables after Upgrade to 8.0.19
Posted by: Jeff Steele
Date: February 12, 2020 07:05AM

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!



Edited 1 time(s). Last edit at 02/12/2020 07:08AM by Jeff Steele.

Options: ReplyQuote


Subject
Views
Written By
Posted
Can't Create Tables after Upgrade to 8.0.19
1332
February 12, 2020 07:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.