mysql 비밀번호 만료 변경 방법

0 투표
mysqli_real_connect(): (HY000/1862): Your password has expired. To log in you must change it using a client that supports expired passwords.

비밀번호가 만료된것 같아요.

변경 방법 알려주세요.

1 답변

0 투표

> ALTER USER 'script'@'localhost' PASSWORD EXPIRE NEVER;

$ /usr/local/mysql/bin/mysqladmin -u root -p password
Enter password:
New password:
Confirm new password:
Warning: Since password will be sent to server in plain text,
use ssl connection to ensure password safety.

구로역 맛집 시흥동 맛집
이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.
add
...