I am running a mysqldump in my centos 7 terminal which has my mysql server setup.(with working sites), it shows the following errors.
mysqldump: Error: 'The user specified as a definer ('mysql.infoschema'@'localhost') does not exist' when trying to dump tablespaces
mysqldump: Couldn't execute 'SHOW DATABASES': The user specified as a definer ('mysql.infoschema'@'localhost') does not exist (1449)
then tried logged in as the root user and "SHOW DATABASES" I got the following error
ERROR 1449 (HY000): The user specified as a definer ('mysql.infoschema'@'localhost') does not exist
Also with the command "CREATE USER TEST" I get the error
ERROR 1726 (HY000): Storage engine 'MyISAM' does not support system
any directions? Thanks.