Have you been getting below error
“Error from MySQL query: DBD::mysql::db do failed: Can’t find any matching row in the user table”
To fix this issue follow below method,
Please remove the following entry from /etc/my.cnf and then restart MySQL:
skip-name-resolve
The restart mysql using /scripts/restartsrv_mysql
This fixes the issue