Closed sergyu91ma closed 6 years ago
Since MySQL 8.0 does not have a general availability release yet, I'm not considering this a bug yet, but I'll look into it.
The most common error is the word --role-- which is a reserved keyword in MySQL 8.0 and needs to be replaced with `role` in queries. I did this locally on my server.
Please update queries from project to work with MySQL server 8.0.