mysqldump: Got error: 1356: "View 'sys.host_summary' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them" when using LOCK TABLES
I googled it a bit and they state this happens with left over parts from mysql to mariadb upgrade which we did awhile ago.
Is it safe to do as stated here:
dba.stackexchange.com
I googled it a bit and they state this happens with left over parts from mysql to mariadb upgrade which we did awhile ago.
Is it safe to do as stated here:

How to fix the sys.host_summary table in MariaDB 10.3.13
using mysqldump while doing a backup gives the following error: mysqldump: Got error: 1356: "View 'sys.host_summary' references invalid table(s) or column(s) or function(s) or definer/invoker of v...