Ao criar um novo jogo estou tendo esse erro: MySQLdb._exceptions.OperationalError: (1045, "Access denied for user 'root'@'localhost' (using password: YES)")
Já tentei rodar o comando: mysql> grant all privileges on . to root@localhost identified by 'MINHASENHA' with grant option Porém, não obtive sucesso....