use mysql;
#where 구문에 키 값 혹은 limit 구문을 사용하지 않으면, update, delete 를 실행할 수 없는 설정
set sql_safe_updates = 0;
update user set authentication_string = password('변경할 비밀번호') where user='root';
'Mysql' 카테고리의 다른 글
mysql 스케줄러 사용 (0) | 2018.06.20 |
---|---|
mysql Delete Trigger 사용 (0) | 2018.05.16 |
mysql Schema 데이터 백업, 내보내기(work bench) 스키마 복사 (0) | 2018.01.24 |
mysql 날짜 비교 3가지 방법 (0) | 2017.09.25 |
로그 관련 (0) | 2017.09.22 |