Workbench: ERROR 1064:

Witam. Mam problem z Workbenchem. Kiedy próbuję stworzyć nową bazę danych wyskakuje mi komunikat:

There was an error while parsing the DDL retrieved from the server.
Do you want to view the DDL or cancel processing it?

Error parsing DDL for Users

Mimo to chyba potem jest ok, dostaję komunikat sql script was succesfully aplied to database i w widoku “Schemas” mam dodaną bazę danych, tylko w skrypcie mam dodany komunikat:

CREATE DATABASE Users /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */$$

Kiedy próbuję stworzyć tabelę pojawia się następny problem:

Operation failed: There was an error while applying the SQL script to the database.
Executing:
CREATE TABLE `Users`.`user` (
);

ERROR 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 2
SQL Statement:
CREATE TABLE `Users`.`user` (
)

Myślałem, że to może przez apostrofy, ale bez nich też nie działa. Jeśli to może być sprawa systemu albo oprogramowania, to Workbench 6.3, MySQL 8.0.18, Linux Mint 19.2.