MySQL Forums
Forum List  »  Newbie

Access denied for remote user
Posted by: Rick Kelly
Date: October 07, 2024 11:26AM

I am having an issue with a user account that can connect locally but not remotely via MySQL Workbench. The error I get is "Access denied for user user@host.domain.com' with password YES.

I ran this with no luck.
GRANT ALL PRIVILEGES ON *.* TO 'user-name'@'%';
FLUSH PRIVILEGES;

Options: ReplyQuote


Subject
Written By
Posted
Access denied for remote user
October 07, 2024 11:26AM
November 12, 2024 01:34PM


Sorry, only registered users may post in this forum.

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.