Estou recebendo este erro quando uso o comando CREATE USER 'admin'@'localhost' IDENTIFIED BY 'admin' Abaixo copiei e colei o resultado da powershell onde estou executando o WSL
(venv) usuario@COMPUTADOR:~/pipeline-python-mongo-mysql$ sudo mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 12 Server version: 8.0.36-0ubuntu0.22.04.1 (Ubuntu)
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
**mysql> CREATE USER 'admin'@'localhost' IDENTIFIED BY 'admin'; ERROR 1396 (HY000): Operation CREATE USER failed for 'millenagena'@'localhost' ** Alguem sabe o que pode ser?