컴퓨터 연구/Linux
mysql root 비밀번호 설정
이재만박사
2024. 2. 18. 18:04
alter user 'root'@'localhost' identified with mysql_native_password by 'new_password_you_want';