사용자 루트 "@"localhost에 대한 액세스 거부
1448 단어 dotnetubuntumysqldotnetcore
(1698, "Access denied for user 'root'@'localhost'")
매번 수정은 아래와 같기 때문에 다음에 나는 구글로 오류를 검색할 때마다 시간을 낭비하지 않도록 여기에 있을 것이다.sudo mysql -u root
use mysql;
update user set plugin='mysql_native_password' where User='root';
flush privileges;
모든 것이 좋아졌다!성공🎉
Reference
이 문제에 관하여(사용자 루트 "@"localhost에 대한 액세스 거부), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/solrevdev/access-denied-for-user-root-localhost-23kc텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)