I installed new system (Ubuntu 20.04), I installed LAMP and cloned Laravel project. I created database blog and I wanted to migrate but I have this error.
SQLSTATE[HY000]: General error: 1449 The user specified as a definer ('mysql.infoschema'@'localhost') does not exist (SQL: select * from information_schema.tables where table_schema = blog and table_name = migrations and table_type = 'BASE TABLE')
How can I solve this problem?