Can't get columns list for database table 5G_Sprint.Cell_Unavailable_Time

I just upgraded my MySQL from 5.7 to 8.0 so when i am running the project i get the following error:

Error: Can’t get columns list for database table 5G_Sprint.Cell_Unavailable_Time. Does the table exist?
Source: Action “Export to database” in table

Any idea?

Hello @checo99 and welcome to the community!

Does your project expect that table to be present in the database or the table is created in the same project with the “Database command” action?

Can you please open the Query editor (F8), choose your MySQL connector and look for that table. Does that table present in the tables list? If yes - can you import data from it? If yes - please open the “View SQL” dialog and send us a screenshot of the SQL query (you can post it to this topic or sent it to our support email).