[Answer]-Django-mysql-manager: CREATE ROLE administrator WITH LOGIN CREATEDB CREATEROLE PASSWORD '1234';

1👍

As the error says, that is not a valid command for MySQL.

MySQL does not have any such concept as roles, so that command simply does not exist. Perhaps you were meaning to run it against PostreSQL?

Leave a comment