Невозможно изменить пароль root для mysql (mariadb).
Я уже пробовал: остановить службу, запустить ее с: mysqld_safe --skip-grant-tables &
Пробовал различные строки обновления из Интернета, включая: update user set password=PASSWORD('newpassword') where user='root';
и update user set authentication_string=password('newpassword') where user='root';
и update user set password=PASSWORD('newpassword') where user='root';
и update user set password=('newpassword') where user='root;
и после каждого из них: flush privileges;
без кода
Пароль root не работает, что бы я ни пытался. Как это может на самом деле быть изменено?