MySQL Forums
Forum List  »  General

Re: ERROR 1044 (42000) at line 951: Access denied for user 'root'@'%.unix.sys.com' to database 'performance_schema'
Posted by: Peter Brawley
Date: June 07, 2019 09:29AM

Try just logging in, without the space after -p.

If it works, run the source cmd with the reqiredfile arg and no terminating semicolon.

If not, stop the server, restart with --skip-grant-tables, run ...

select user,host,authentication_string from mysql.user;

Options: ReplyQuote


Subject
Written By
Posted
Re: ERROR 1044 (42000) at line 951: Access denied for user 'root'@'%.unix.sys.com' to database 'performance_schema'
June 07, 2019 09:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.