댓글 검색 목록

[sql] MySQL 5.7 이후 password필드

페이지 정보

작성자 운영자 작성일 18-09-05 10:31 조회 1,144 댓글 0

[5.7 이전 버젼]


update mysql.user set password=password('123456') where user='root';

FLUSH PRIVILEGES;


[5.7 이후 버젼]


update user set authentication_string=password('123456') where user='root';

FLUSH PRIVILEGES;

댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.