인프런 커뮤니티 질문&답변
답변 1
0
kwonokun
질문자
mysql> grant all privileges on *.* to python@localhost; 으로 했으며 show tables 완료 하였습니다.
인터켓을 참고했으며 비번을 만들기 위해 아래와 같이 입력했지만 아래와 같이 나옵니다
mysql> update user set authentication_string=password(‘kok5585') where user='root';
'> ;
도와주세요





