MariaDB [mysql]> ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass'; ERROR 1290 (HY000): The MariaDB server is running with the --skip-grant-tables option so it cannot execute this statement MariaDB [mysql]> Bye
MariaDB [mysql]> ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass'; ERROR 1290 (HY000): The MariaDB server is running with the --skip-grant-tables option so it cannot execute this statement MariaDB [mysql]> Bye