I've had mysql up and running for a bit, and workbench has been working ok recently.
Right now I'm having a terrible time with user accounts thought.
Starting from scratch i've built my database model, in the data modeling tab I've created users, and assigned them roles.
When I hit forward engineer. The SQL says that it will create the users, but the I get an error that says:
ERROR: 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 'to chief' at line 1
grant ALL on to chief
SQL script execution finished: statements: 11 succeeded, 1 failed
What's going wrong here? How do I troubleshoot this?
Right now I'm having a terrible time with user accounts thought.
Starting from scratch i've built my database model, in the data modeling tab I've created users, and assigned them roles.
When I hit forward engineer. The SQL says that it will create the users, but the I get an error that says:
ERROR: 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 'to chief' at line 1
grant ALL on to chief
SQL script execution finished: statements: 11 succeeded, 1 failed
What's going wrong here? How do I troubleshoot this?