I am trying to crate a table in MySQL workbench, but am running into this error.
Asked
Active
Viewed 1,022 times
-2

Ha66y-Day
- 197
- 1
- 2
- 12
-
Possible duplicate of [CREATE command denied to user?](https://stackoverflow.com/questions/9887364/create-command-denied-to-user) – Perran Mitchell Jun 04 '18 at 14:22
-
i try his statement but then receive an error 1044 – Ha66y-Day Jun 04 '18 at 14:55
-
You are probably not allowed to grant any privs and your `readonly` user is really that by intention: read-only, not allowed to do changes in the DB. – Mike Lischke Jun 05 '18 at 06:33
1 Answers
0
Had to be given access by db admin

Ha66y-Day
- 197
- 1
- 2
- 12
-
Stack Overflow flagged this answer automatically because it's short, but I think it does answer the question. – jkdev Jun 07 '18 at 05:19