i try to add a user by using this command:
MariaDB [(none)]> CREATE USER \'myuser\'@\'127.0.0.1\' IDENTIFIED WITH mysql_native_password BY \'somePassword\';
It