ERP NEXT version 13 installation

When i install erp next version 13 an error occured .
$ sudo mysql -u root
USE mysql;
UPDATE user SET plugin=‘mysql_native_password’ WHERE User=‘root’;
(At this point above command showing an error ) Please check below
MariaDB [mysql]> UPDATE user SET plugin=‘mysql_native_password’ WHERE User=‘root’;
ERROR 1356 (HY000): View ‘mysql.user’ references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
MariaDB [mysql]>

Why this error .Please Help i cant solve this

1 Like

Its worked . Thank you