DB/MYSQL

[MYSQL]비밀번호 변경

마크제이콥스 2022. 4. 21. 17:39
UPDATE user set password=password("test2022ccw") where user = 'root';
commit

flush privileges;