I´m using server version: 8.0.17 MySQL Community Server - GPL and MySQL Workbench 8.0(Version 8.0.17 build 14960816 CE (64 bits) community).
After creating a model with a single table and a user "testUser" Workbenck shows the script:
"
...
CREATE USER 'testUser' IDENTIFIED BY '123';
GRANT ALL ON `exemploLigaBD`.* TO 'testUser';
...
"
This generates an error that i had not in the previous versions:
"
Executing SQL script in server
ERROR: Error 1410: You are not allowed to create a user with GRANT
SQL Code:
GRANT USAGE ON *.* TO testUser
SQL script execution finished: statements: 8 succeeded, 1 failed
Fetching back view definitions in final form.
Nothing to fetch
"
What do i need to configure?
Thanks
After creating a model with a single table and a user "testUser" Workbenck shows the script:
"
...
CREATE USER 'testUser' IDENTIFIED BY '123';
GRANT ALL ON `exemploLigaBD`.* TO 'testUser';
...
"
This generates an error that i had not in the previous versions:
"
Executing SQL script in server
ERROR: Error 1410: You are not allowed to create a user with GRANT
SQL Code:
GRANT USAGE ON *.* TO testUser
SQL script execution finished: statements: 8 succeeded, 1 failed
Fetching back view definitions in final form.
Nothing to fetch
"
What do i need to configure?
Thanks