Hello Team. After migration from 5.7 to 8.0 I cant see health status
In database i had 2 users morpheus
| user | host |
±---------------------------±----------+
| morpheus | $% |
| morpheus | %
User morpheus $% was removed and on another user morpheus was provided grand privileges:
GRANT ALL PRIVILEGES ON morpheus.* TO ‘morpheus’@‘%’ WITH GRANT OPTION;
flush privileges;
also tried to use next command to repair DB
mysqlcheck --check-upgrade --all-databases --auto-repair -u user -p
but still have issue.
How to fix it?