update
user
set
authentication_string=
''
where
user
=
'root'
ALTER
user
'root'
@
'localhost'
IDENTIFIED
BY
'123456'
update
user
set
authentication_string=
''
where
user
=
'root'
ALTER
user
'root'
@
'localhost'
IDENTIFIED
BY
'123456'