eGovFrame-4.0.0 으로 하고 있는데 mysql 버전 변경으로 update 쿼리가 조금 다르네요
320
0
update user set authentication_string=password('admin12345') where user='root' and host ='localhost';
authentication_string
으로 해야 되는거 같아요
답변 1
320
update user set authentication_string=password('admin12345') where user='root' and host ='localhost';
authentication_string
으로 해야 되는거 같아요
답변 1