How to create role with MySQL database
问题 Is there a way to use CREATE ROLE with MySQL? It's possible to create roles with PostgreSQL but when I try with MySQL it returns this error message: #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 'role famille' at line 1 回答1: MySQL 5 has no ROLES (https://dev.mysql.com/doc/refman/5.7/en/faqs-security.html#faq-mysql-have-builtin-rbac). If you would be looking for RDBMS that is compatible with MySQL