I'm trying to disable root login without password with the new version of MariaDB.
Usually, I set the auth plugin for root to "". But it's not working anymore
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
I tried to use ALTER USER but I've only succeed to set plugin to unix_socket or mysql_native_password
How can I resolve that ?
Thank's a lot.
Regards.